summaryrefslogtreecommitdiff
path: root/boost/algorithm/string/formatter.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/algorithm/string/formatter.hpp')
-rw-r--r--boost/algorithm/string/formatter.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/boost/algorithm/string/formatter.hpp b/boost/algorithm/string/formatter.hpp
index e333844927..de8681bc3f 100644
--- a/boost/algorithm/string/formatter.hpp
+++ b/boost/algorithm/string/formatter.hpp
@@ -76,6 +76,8 @@ namespace boost {
Constructs an \c empty_formatter. Empty formatter always returns an empty
sequence.
+ \param Input container used to select a correct value_type for the
+ resulting empty_container<>.
\return An instance of the \c empty_formatter object.
*/
template<typename RangeT>