Created on 2009-11-04.00:00:00 last changed 161 months ago
Proposed resolution:
Change Iostreams base classes [iostreams.base], Header <ios> synopsis, as indicated:
concept_map ErrorCodeEnum<io_errc> { };template <> struct is_error_code_enum<io_errc> : true_type { } error_code make_error_code(io_errc e); error_condition make_error_condition(io_errc e); const error_category& iostream_category();
[ 2009-11-11 Moved to Tentatively Ready after 5 positive votes on c++std-lib. ]
The current WP still contains a concept_map.
History | |||
---|---|---|---|
Date | User | Action | Args |
2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
2010-10-21 18:28:33 | admin | set | messages: + msg1340 |
2010-10-21 18:28:33 | admin | set | messages: + msg1339 |
2009-11-04 00:00:00 | admin | create |