diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2014-09-24 13:26:27 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2014-09-24 13:26:27 +0200 |
commit | 3c5e0b25053a8dd4af5e47faada8b503cf3df83e (patch) | |
tree | 056931364fc644d37b086d2f1a50ea573a4b4f88 | |
parent | ad96a8bee4599eaf0952e730a075f553f45a381e (diff) |
Fix incorrect include guard in multi-index traits header
-rw-r--r-- | odb/boost/multi-index/container-traits.hxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/odb/boost/multi-index/container-traits.hxx b/odb/boost/multi-index/container-traits.hxx index c5a21ff..532f24f 100644 --- a/odb/boost/multi-index/container-traits.hxx +++ b/odb/boost/multi-index/container-traits.hxx @@ -1,9 +1,9 @@ -// file : odb/boost/unordered/container-traits.hxx +// file : odb/boost/multi-index/container-traits.hxx // copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC // license : GNU GPL v2; see accompanying LICENSE file -#ifndef ODB_BOOST_UNORDERED_CONTAINER_TRAITS_HXX -#define ODB_BOOST_UNORDERED_CONTAINER_TRAITS_HXX +#ifndef ODB_BOOST_MULTI_INDEX_CONTAINER_TRAITS_HXX +#define ODB_BOOST_MULTI_INDEX_CONTAINER_TRAITS_HXX #include <boost/version.hpp> @@ -213,4 +213,4 @@ namespace odb #include <odb/post.hxx> #endif // BOOST_VERSION -#endif // ODB_BOOST_UNORDERED_CONTAINER_TRAITS_HXX +#endif // ODB_BOOST_MULTI_INDEX_CONTAINER_TRAITS_HXX |