Created on 2010-08-25.00:00:00 last changed 174 months ago
Proposed resolution:
Add explicit.
namespace std {
template <class Key,
class Hash = hash<Key>,
class Pred = std::equal_to<Key>,
class Alloc = std::allocator<Key> >
class unordered_multiset
{
public:
...
explicit unordered_multiset(const Allocator&);
[ Resolved in Rapperswil by a motion to directly apply the words from the ballot comment in N3102. ]
Addresses JP-13
Constructor accepting an allocator as a single parameter should be qualified as explicit.
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-08-23 20:07:26 | admin | set | status: wp -> c++11 |
| 2010-10-24 03:04:13 | admin | set | messages: + msg4925 |
| 2010-10-24 03:04:13 | admin | set | status: nad editorial -> wp |
| 2010-10-21 19:47:27 | admin | set | messages: + msg4845 |
| 2010-08-25 00:00:00 | admin | create | |