[Boost-bugs] [Boost C++ Libraries] #10590: libc++ is always detected as being old

Subject: [Boost-bugs] [Boost C++ Libraries] #10590: libc++ is always detected as being old
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-10-03 23:59:09


#10590: libc++ is always detected as being old
-------------------------------------+-------------------------
 Reporter: roschuma@… | Owner: johnmaddock
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: config
  Version: Boost Development Trunk | Severity: Regression
 Keywords: libc++ libcpp BU |
-------------------------------------+-------------------------
 At boost/config/stdlib/libcpp.hpp:34

 {{{ #if __cpluplus < 201103 }}}

 This is a typo and should be something like

 {{{ #if __cplusplus < 201103 }}}

 Since this couldn't have worked previously, please make sure to also test
 that the version number is also adequate.

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