File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 63286328
63296329\pnum
63306330The classes \tcode {data_member_options}
6331- and \tcode {data_member_options::\brk {} \ exposid {name-type}}
6331+ and \tcode {data_member_options::\exposid {name-type}}
63326332are consteval-only types\iref {basic.types.general },
63336333and are not structural types\iref {temp.param }.
63346334
63356335\begin {itemdecl }
63366336template<class T>
63376337 requires @\libconcept {constructible_from}@<u8string, T>
6338- consteval data_member_options:: @\exposid {name-type}@(T&& value);
6338+ consteval @\exposid {name-type}@(T&& value);
63396339\end {itemdecl }
63406340
63416341\begin {itemdescr }
63486348\begin {itemdecl }
63496349template<class T>
63506350 requires @\libconcept {constructible_from}@<string, T>
6351- consteval data_member_options:: @\exposid {name-type}@(T&& value);
6351+ consteval @\exposid {name-type}@(T&& value);
63526352\end {itemdecl }
63536353
63546354\begin {itemdescr }
You can’t perform that action at this time.
0 commit comments