mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-28 07:22:30 +00:00
Make program_options compile on IBM compiler.
Patch from Matthias Troyer. [SVN r26096]
This commit is contained in:
@@ -172,7 +172,11 @@ int utf8_codecvt_facet_wchar_t::do_length(
|
||||
const char * from,
|
||||
const char * from_end,
|
||||
std::size_t max_limit
|
||||
#if BOOST_WORKAROUND(__IBMCPP__, BOOST_TESTED_AT(600))
|
||||
) const throw()
|
||||
#else
|
||||
) const
|
||||
#endif
|
||||
{
|
||||
// RG - this code is confusing! I need a better way to express it.
|
||||
// and test cases.
|
||||
|
||||
Reference in New Issue
Block a user