summaryrefslogtreecommitdiff
path: root/boost/spirit/home/karma/detail/output_iterator.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/spirit/home/karma/detail/output_iterator.hpp')
-rw-r--r--boost/spirit/home/karma/detail/output_iterator.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/spirit/home/karma/detail/output_iterator.hpp b/boost/spirit/home/karma/detail/output_iterator.hpp
index 87980b7690..75c984a9bc 100644
--- a/boost/spirit/home/karma/detail/output_iterator.hpp
+++ b/boost/spirit/home/karma/detail/output_iterator.hpp
@@ -304,7 +304,7 @@ namespace boost { namespace spirit { namespace karma { namespace detail
struct no_buffering_policy
{
no_buffering_policy() {}
- no_buffering_policy(no_counting_policy const&) {}
+ no_buffering_policy(no_buffering_policy const&) {}
template <typename T>
bool output(T const& /*value*/)