summaryrefslogtreecommitdiff
path: root/boost/program_options/value_semantic.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/program_options/value_semantic.hpp')
-rw-r--r--boost/program_options/value_semantic.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/program_options/value_semantic.hpp b/boost/program_options/value_semantic.hpp
index 081e997bb3..940a80b446 100644
--- a/boost/program_options/value_semantic.hpp
+++ b/boost/program_options/value_semantic.hpp
@@ -401,7 +401,7 @@ namespace boost { namespace program_options {
typed_value<T, wchar_t>*
wvalue(T* v);
- /** Works the same way as the 'value<bool>' function, but the created
+ /** Works the same way as the 'value&lt;bool&gt;' function, but the created
value_semantic won't accept any explicit value. So, if the option
is present on the command line, the value will be 'true'.
*/