Moving non-variadic map implementation to detail/cpp03 directory

[SVN r82701]
This commit is contained in:
Joel de Guzman
2013-02-03 11:50:48 +00:00
parent fec1da027c
commit d128c6f6aa
42 changed files with 358 additions and 196 deletions

View File

@ -15,7 +15,7 @@
#include <boost/preprocessor/repetition/enum_params_with_a_default.hpp>
#include <boost/preprocessor/repetition/repeat_from_to.hpp>
#include <boost/fusion/container/map/map.hpp>
#include <boost/fusion/container/map/limits.hpp>
#include <boost/fusion/container/map/detail/cpp03/limits.hpp>
#include <boost/fusion/support/pair.hpp>
#include <boost/fusion/container/generation/pair_tie.hpp>
#include <boost/type_traits/add_reference.hpp>