summaryrefslogtreecommitdiff
path: root/boost/geometry/util/combine_if.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/geometry/util/combine_if.hpp')
-rw-r--r--boost/geometry/util/combine_if.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/boost/geometry/util/combine_if.hpp b/boost/geometry/util/combine_if.hpp
index 62489dcf7f..7b00864a3b 100644
--- a/boost/geometry/util/combine_if.hpp
+++ b/boost/geometry/util/combine_if.hpp
@@ -51,9 +51,9 @@ namespace util
pair<boost::mpl::int_<1>, boost::mpl::int_<1> >,
pair<boost::mpl::int_<1>, boost::mpl::int_<0> >,
pair<boost::mpl::int_<0>, boost::mpl::int_<1> >,
- pair<boost::mpl::int_<0>, boost::mpl::int_<0> >
+ pair<boost::mpl::int_<0>, boost::mpl::int_<0> >
> result_types;
-
+
BOOST_MPL_ASSERT(( boost::mpl::equal<combinations, result_types> ));
\endcode
*/