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: | 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 , 14 years ago
| Component: | Building Boost → serialization |
|---|---|
| Owner: | set to |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
