Skip to content

Commit a9d3ff2

Browse files
committed
LWG4291 explicit map(const Allocator&) should be constexpr
1 parent a412c29 commit a9d3ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/containers.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11568,7 +11568,7 @@
1156811568
const Allocator& = Allocator());
1156911569
constexpr map(const map& x);
1157011570
constexpr map(map&& x);
11571-
explicit map(const Allocator&);
11571+
constexpr explicit map(const Allocator&);
1157211572
constexpr map(const map&, const type_identity_t<Allocator>&);
1157311573
constexpr map(map&&, const type_identity_t<Allocator>&);
1157411574
constexpr map(initializer_list<value_type>, const Compare& = Compare(),

0 commit comments

Comments
 (0)