Subject: [Boost-bugs] [Boost C++ Libraries] #4022: dynamic_bitset compiler issue
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-03-17 02:35:11
#4022: dynamic_bitset compiler issue
--------------------------+-------------------------------------------------
Reporter: anonymous | Owner:
Type: Bugs | Status: new
Milestone: Boost 1.43.0 | Component: None
Version: Boost 1.38.0 | Severity: Problem
Keywords: |
--------------------------+-------------------------------------------------
dynamic_bitset does not compile with int64 on Visual Studio 9. THink
culprit is code below
const size_type extra_bits = count_extra_bits();
This should be
const block_width_type extra_bits = count_extra_bits();
-- Ticket URL: <https://svn.boost.org/trac/boost/ticket/4022> 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:02 UTC