Skip to content

Commit fd5c645

Browse files
burblebeetkoeppe
authored andcommitted
LWG3437 __cpp_lib_polymorphic_allocator is in the wrong header
1 parent bef7b41 commit fd5c645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/support.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652
#define @\defnlibxname{cpp_lib_null_iterators}@ 201304L // also in \libheader{iterator}
653653
#define @\defnlibxname{cpp_lib_optional}@ 201606L // also in \libheader{optional}
654654
#define @\defnlibxname{cpp_lib_parallel_algorithm}@ 201603L // also in \libheader{algorithm}, \libheader{numeric}
655-
#define @\defnlibxname{cpp_lib_polymorphic_allocator}@ 201902L // also in \libheader{memory}
655+
#define @\defnlibxname{cpp_lib_polymorphic_allocator}@ 201902L // also in \libheader{memory_resource}
656656
#define @\defnlibxname{cpp_lib_quoted_string_io}@ 201304L // also in \libheader{iomanip}
657657
#define @\defnlibxname{cpp_lib_ranges}@ 201911L
658658
// also in \libheader{algorithm}, \libheader{functional}, \libheader{iterator}, \libheader{memory}, \libheader{ranges}

0 commit comments

Comments
 (0)