Skip to content

Commit 22f21ca

Browse files
committed
[const.wrap.class] Add missing \exposid
1 parent 102de3e commit 22f21ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/meta.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
template<class T>
655655
struct @\exposidnc{cw-fixed-value}@ { // \expos
656656
using @\exposidnc{type}@ = T; // \expos
657-
constexpr @\exposidnc{cw-fixed-value}@(type v) noexcept : data(v) {}
657+
constexpr @\exposidnc{cw-fixed-value}@(@\exposidnc{type}@ v) noexcept : @\exposidnc{data}@(v) {}
658658
T @\exposidnc{data}@; // \expos
659659
};
660660

0 commit comments

Comments
 (0)