summaryrefslogtreecommitdiff
path: root/boost/program_options/value_semantic.hpp
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2016-03-22 12:51:09 +0900
committerMyoungJune Park <mj2004.park@samsung.com>2016-04-07 10:51:34 +0900
commit6e8fc0323d7f3f3d22803e103ad42df4741240c4 (patch)
tree623dd77d60ba2c7746d37519a555e9b07effb023 /boost/program_options/value_semantic.hpp
parente98215f3d4e1dc2095645c329150ed18d6aef465 (diff)
downloadboost-6e8fc0323d7f3f3d22803e103ad42df4741240c4.tar.gz
boost-6e8fc0323d7f3f3d22803e103ad42df4741240c4.tar.bz2
boost-6e8fc0323d7f3f3d22803e103ad42df4741240c4.zip
Bump to boost 1.58.0submit/tizen/20160407.015441
Change-Id: I028891b98304be2ddb1f8214780f5de28040d3cc Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
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 940a80b446..081e997bb3 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&lt;bool&gt;' function, but the created
+ /** Works the same way as the 'value<bool>' 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'.
*/