Changing directories for concepts

relates #205
This commit is contained in:
Shane Grant
2016-02-05 10:24:22 -08:00
parent e9d33b0a1f
commit aaed50c767
3 changed files with 2 additions and 3 deletions
@@ -68,7 +68,6 @@ namespace cereal
#endif // NOT CEREAL_OLDER_GCC
}
}
} // namespace cereal
#endif // CEREAL_CONCEPTS_PAIR_ASSOCIATIVE_CONTAINER_HPP_
+1 -1
View File
@@ -30,7 +30,7 @@
#ifndef CEREAL_TYPES_MAP_HPP_
#define CEREAL_TYPES_MAP_HPP_
#include <cereal/concepts/pair_associative_container.hpp>
#include <cereal/types/concepts/pair_associative_container.hpp>
#include <map>
#endif // CEREAL_TYPES_MAP_HPP_
+1 -1
View File
@@ -30,7 +30,7 @@
#ifndef CEREAL_TYPES_UNORDERED_MAP_HPP_
#define CEREAL_TYPES_UNORDERED_MAP_HPP_
#include <cereal/concepts/pair_associative_container.hpp>
#include <cereal/types/concepts/pair_associative_container.hpp>
#include <unordered_map>
#endif // CEREAL_TYPES_UNORDERED_MAP_HPP_