Subject: [Boost-bugs] [Boost C++ Libraries] #1120: circular_buffer fails to compile on msvc 8.0
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2007-07-27 13:24:43
#1120: circular_buffer fails to compile on msvc 8.0
------------------------------+---------------------------------------------
Reporter: Hugo Duncan | Owner: jano_gaspar
Type: Bugs | Status: new
Milestone: To Be Determined | Component: circular_buffer
Version: Boost 1.34.1 | Severity: Showstopper
Keywords: |
------------------------------+---------------------------------------------
Using latest CVS, the following fails to compile with msvc8.0:
int main(int argc, char* argv[])
{
boost::circular_buffer<int> cb(3);
return 0;
}
See http://lists.boost.org/boost-users/2007/07/29112.php for original
report and error messages
--
Ticket URL: <http://svn.boost.org/trac/boost/ticket/1120>
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:49:56 UTC