Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6328,14 +6328,14 @@

\pnum
The classes \tcode{data_member_options}
and \tcode{data_member_options::\brk{}\exposid{name-type}}
and \tcode{data_member_options::\exposid{name-type}}
are consteval-only types\iref{basic.types.general},
and are not structural types\iref{temp.param}.

\begin{itemdecl}
template<class T>
requires @\libconcept{constructible_from}@<u8string, T>
consteval data_member_options::@\exposid{name-type}@(T&& value);
consteval @\exposid{name-type}@(T&& value);
\end{itemdecl}

\begin{itemdescr}
Expand All @@ -6348,7 +6348,7 @@
\begin{itemdecl}
template<class T>
requires @\libconcept{constructible_from}@<string, T>
consteval data_member_options::@\exposid{name-type}@(T&& value);
consteval @\exposid{name-type}@(T&& value);
\end{itemdecl}

\begin{itemdescr}
Expand Down