Created on 2018-04-26.00:00:00 last changed 89 months ago
Proposed resolution:
This wording is relative to N4741.
Edit [istreambuf.iterator] as indicated:
namespace std {
template<class charT, class traits = char_traits<charT>>
class istreambuf_iterator {
public:
[…]
using istream_type = basic_istream<charT,traits>;
class proxy; // exposition only
constexpr istreambuf_iterator() noexcept;
[…]
private:
class proxy; // exposition only
streambuf_type* sbuf_; // exposition only
};
[…]
}
[ 2018-06-18 after reflector discussion ]
Priority set to 4
LWG has said recently that we don't want public exposition-only things, as that may encourage users to try to use those names (and some implementers to actually use those names).
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-19 05:49:11 | admin | set | messages: + msg9945 |
| 2018-05-05 13:16:31 | admin | set | messages: + msg9840 |
| 2018-04-26 00:00:00 | admin | create | |