Opened 15 years ago

Closed 15 years ago

#1120 closed Bugs (fixed)

circular_buffer fails to compile on msvc 8.0

Reported by: Hugo Duncan Owned by: Jan Gaspar
Milestone: To Be Determined Component: circular_buffer
Version: Boost 1.34.1 Severity: Showstopper
Keywords: Cc:

Description

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

Change History (1)

comment:1 by Jan Gaspar, 15 years ago

Resolution: fixed
Status: newclosed

Should be fixed now. Thanks for posting this bug.

Note: See TracTickets for help on using tickets.