Fixed failure for 64 bit platforms.
[SVN r28860]
This commit is contained in:
parent
274cd2e682
commit
4fab784453
@ -351,7 +351,7 @@ namespace boost { namespace program_options { namespace detail {
|
||||
{
|
||||
string name, adjacent;
|
||||
|
||||
unsigned p = tok.find('=');
|
||||
string::size_type p = tok.find('=');
|
||||
if (p != tok.npos)
|
||||
{
|
||||
name = tok.substr(2, p-2);
|
||||
|
Loading…
Reference in New Issue
Block a user