id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7116,Conversion from float/double to string gives C4996 warning in VS2010,sebi707@…,Antony Polukhin,"If I try to convert a float or double to std::string using the new 1.50.0 version I get very long warning in VS2010. Minimal example: {{{ #include #include using namespace std; int main() { cout << boost::lexical_cast(3.1415f) << endl; } }}} ",Bugs,closed,To Be Determined,lexical_cast,Boost 1.50.0,Cosmetic,fixed,,