Imported Upstream version 1.57.0
[platform/upstream/boost.git] / boost / spirit / home / karma / numeric / uint.hpp
index 35ae195..1a34b8d 100644 (file)
@@ -287,7 +287,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, uint_not_usable_without_attribute, ());
+            BOOST_SPIRIT_ASSERT_FAIL(OutputIterator, uint_not_usable_without_attribute, ());
             return false;
         }