Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / spirit / home / karma / numeric / bool.hpp
index 82db042..bb04180 100644 (file)
@@ -171,7 +171,7 @@ namespace boost { namespace spirit { namespace karma
             // without providing any attribute, as the generator doesn't 'know'
             // what to output. The following assertion fires if this situation
             // is detected in your code.
-            BOOST_SPIRIT_ASSERT_MSG(false, bool_not_usable_without_attribute, ());
+            BOOST_SPIRIT_ASSERT_FAIL(OutputIterator, bool_not_usable_without_attribute, ());
             return false;
         }