Terje Slettebø wrote:
From: "Bernhard Glueck"
////////////////////// SECOND Problem As you may note all conversions from data types to std::string are commented out ! This is because boost::lexical_cast fails to compile in DEBUG mode ( it compiles fine in RELEASE Mode and also works like a charm in RELEASE mode )
Could you have given the error messages it gives, when these are uncommented?
Regards,
Terje
Info: http://www.boost.org Wiki: http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl Unsubscribe: mailto:boost-users-unsubscribe@yahoogroups.com
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
I will as soon as the other problem is solved ( right now the compiler breaks the build before coming to the uncommented std:.string conversions ) Also note that the lexical cast interface is not a real "showstopper" issue ... since it would not break an external interface... just the first problem about boost::function is really severe.