[Boost-bugs] [Boost C++ Libraries] #10790: long long errors from container

Subject: [Boost-bugs] [Boost C++ Libraries] #10790: long long errors from container
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2014-11-13 11:21:41


#10790: long long errors from container
------------------------------+---------------------
 Reporter: johnmaddock | Owner:
     Type: Bugs | Status: new
Milestone: To Be Determined | Component: None
  Version: Boost 1.57.0 | Severity: Problem
 Keywords: |
------------------------------+---------------------
 There are some failures caused by Boost.Container using long long:
 http://www.boost.org/development/tests/develop/developer/output/FBSD-64
 %20jc-bell-boost-bin-v2-libs-regex-test-regex_regress_threaded-test-
 gcc-4-2-1-debug-threading-multi.html

 The issue is that the compiler does support use of long long, but only
 under strict circumstances, the workaround is to use boost::long_long_type
 and boost::ulong_long_type defined in boost/config.hpp as these typedefs
 suppress the warnings which later lead to errors. Hope this makes sense!

 Thanks, John.

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