Opened 14 years ago

Closed 14 years ago

#2695 closed Bugs (fixed)

Missing semicolon in boost/archive/codecvt_null.hpp:28 prevents boost build.

Reported by: david.dilorenzo@… Owned by: Robert Ramey
Milestone: Boost 1.38.0 Component: serialization
Version: Boost 1.37.0 Severity: Problem
Keywords: Cc:

Description

There is a semicolon missing on line 28 on the boost/archive/codecvt_null.hpp file:

using ::size_t

which prevents compilation if BOOST_NO_STDC_NAMESPACE is defined.

Change History (2)

comment:1 by Steven Watanabe, 14 years ago

Component: Building Boostserialization
Owner: set to Robert Ramey

comment:2 by Robert Ramey, 14 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.