Subject: Re: [Boost-bugs] [Boost C++ Libraries] #773: program_options find assert fails with multibyte characters
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-06 00:13:33
#773: program_options find assert fails with multibyte characters
---------------------+------------------------------------------------------
Reporter: nobody | Owner: vladimir_prus
Type: Bugs | Status: closed
Milestone: | Component: program_options
Version: None | Severity: Problem
Resolution: fixed | Keywords:
---------------------+------------------------------------------------------
Comment (by anonymous):
I had this problem for the past 24 hours and it has been driving me nuts.
My problem was that I was building an application with
Runtime Library = Multi-threaded Debug DLL runtime library
But some of the static .lib libraries I was linking against were using
Runtime Library = Multi-threaded DLL runtime library
The boost libraries used the correct version of the runtime library, it
was a different library that was wrong (opencv). boost::program_options
saw the crash first when it tried to dtor vector<string> but any code or
library that attempted to dtor a vector<string> would have crashed.
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/773#comment:16> Boost C++ Libraries <http://www.boost.org/> Boost provides free peer-reviewed portable C++ source libraries.
This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC