Fusion: fixing bogus preprocessor directive (missing newline at end of file)

[SVN r79788]
This commit is contained in:
Hartmut Kaiser
2012-07-28 20:44:56 +00:00
parent eaf9e79e85
commit 4ccb4328f6
3 changed files with 3 additions and 3 deletions

View File

@ -18,4 +18,4 @@
#include <boost/fusion/tuple/detail/preprocessed/make_tuple50.hpp> #include <boost/fusion/tuple/detail/preprocessed/make_tuple50.hpp>
#else #else
#error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers" #error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers"
#endif #endif

View File

@ -18,4 +18,4 @@
#include <boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp> #include <boost/fusion/tuple/detail/preprocessed/tuple50_fwd.hpp>
#else #else
#error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers" #error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers"
#endif #endif

View File

@ -18,4 +18,4 @@
#include <boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp> #include <boost/fusion/tuple/detail/preprocessed/tuple_tie50.hpp>
#else #else
#error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers" #error "FUSION_MAX_VECTOR_SIZE out of bounds for preprocessed headers"
#endif #endif