Skip to content

Commit 24b090f

Browse files
jensmaurertkoeppe
authored andcommitted
[unique.ptr.runtime.modifiers] Fix placement of 'constexpr'
Fixes NB JP 024 (C++23 DIS).
1 parent 722bd4f commit 24b090f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/memory.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2779,7 +2779,7 @@
27792779

27802780
\indexlibrarymember{reset}{unique_ptr}%
27812781
\begin{itemdecl}
2782-
constexpr template<class U> void reset(U p) noexcept;
2782+
template<class U> constexpr void reset(U p) noexcept;
27832783
\end{itemdecl}
27842784

27852785
\begin{itemdescr}

0 commit comments

Comments
 (0)