[Boost-bugs] [Boost C++ Libraries] #7053: lexical_cast and gtest

Subject: [Boost-bugs] [Boost C++ Libraries] #7053: lexical_cast and gtest
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-06-29 11:17:06


#7053: lexical_cast and gtest
------------------------------+---------------------------------------------
 Reporter: anonymous | Owner: apolukhin
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: lexical_cast
  Version: Boost 1.50.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------------------------------
 Hello.

 VS 2005 SP1[[BR]]
 googletest compiled with 'GTEST_USE_OWN_TR1_TUPLE=0'[[BR]]
 I use Boost 1.48 - ok[[BR]]
 If i switch to 1.50:[[BR]]

 {{{
 #include "stdafx.h"

 #include <gtest/gtest.h>
 #include <boost/lexical_cast.hpp>

 int _tmain(int argc, _TCHAR* argv[])
 {
         return 0;
 }
 }}}

 error C2146: syntax error : missing ';' before identifier
 'BOOST_NO_MACRO_EXPAND'[[BR]]
 error C2433: 'fpclassify_imp' : 'inline' not permitted on data
 declarations[[BR]]
 error C2065: 'T' : undeclared identifier[[BR]]
 error C2146: syntax error : missing ')' before identifier 't'[[BR]]
 error C4430: missing type specifier - int assumed. Note: C++ does not
 support default-int[[BR]]
 error C2059: syntax error : ')'[[BR]]

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/7053>
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