Skip to content

Commit 5c43407

Browse files
Dawn Perchikzygoloid
authored andcommitted
LWG2975 Missing case for pair construction in scoped and polymorphic allocators
1 parent 7b75dc6 commit 5c43407

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

source/utilities.tex

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11498,6 +11498,11 @@
1149811498
\pnum
1149911499
\throws
1150011500
Nothing unless the constructor for \tcode{T} throws.
11501+
11502+
\pnum
11503+
\remarks
11504+
This function shall not participate in overload resolution if
11505+
\tcode{T} is a specialization of \tcode{pair}.
1150111506
\end{itemdescr}
1150211507

1150311508
\indexlibrarymember{construct}{polymorphic_allocator}%
@@ -12751,6 +12756,11 @@
1275112756
contained element.
1275212757
\end{note}
1275312758
\end{itemize}
12759+
12760+
\pnum
12761+
\remarks
12762+
This function shall not participate in overload resolution if
12763+
\tcode{T} is a specialization of \tcode{pair}.
1275412764
\end{itemdescr}
1275512765

1275612766
\indexlibrarymember{construct}{scoped_allocator_adaptor}%

0 commit comments

Comments
 (0)