Opened 14 years ago
Closed 14 years ago
#2125 closed Bugs (fixed)
error_code::value_type doesn't exist
Reported by: | Owned by: | Beman Dawes | |
---|---|---|---|
Milestone: | Boost 1.36.0 | Component: | system |
Version: | Boost 1.35.0 | Severity: | Problem |
Keywords: | Cc: |
Description
The boost.system documentation mentions a value_type typedef in boost::system::error_code several times in:
http://www.boost.org/doc/libs/1_35_0/libs/system/doc/reference.html#Class-error_code
In ther header file there is no such typedef, just an int is used.
Note:
See TracTickets
for help on using tickets.
Fixed.
Thanks for the report,
--Beman