Skip to content

Commit 388c0d1

Browse files
author
Sascha Ochsenknecht
committed
reactive case_insensitive style for cmdline
[SVN r58274]
1 parent a5e45ed commit 388c0d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/boost/program_options/detail/cmdline.hpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ namespace boost { namespace program_options { namespace detail {
108108
void extra_style_parser(style_parser s);
109109

110110
void check_style(int style) const;
111-
111+
112+
bool is_style_active(style_t style) const;
112113

113114
void init(const std::vector<std::string>& args);
114115

0 commit comments

Comments
 (0)