Skip to content

Commit

Permalink
Cruft removal.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzlaine committed Sep 26, 2020
1 parent 9c183fc commit 412dd85
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions include/boost/program_options_2/detail/parsing.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -936,26 +936,6 @@ namespace boost { namespace program_options_2 { namespace detail {
return retval;
}

template<
typename OptionsMap,
typename Char,
typename Args,
typename... Options>
OptionsMap parse_options_as_map(
customizable_strings const & strings,
Args const & args,
std::basic_string_view<Char> program_desc,
std::basic_ostream<Char> & os,
bool no_help,
Options const &... opts)
{
OptionsMap result;
detail::init_options_map(result, opts...);
detail::parse_options_into_map(
result, strings, false, args, program_desc, os, no_help, opts...);
return result;
}

}}}

#endif

0 comments on commit 412dd85

Please sign in to comment.