Skip to content

Commit 2ffd0cc

Browse files
eisenwavejensmaurer
authored andcommitted
[const.wrap.class] Add missing \exposid around cw-operators
1 parent cedfad4 commit 2ffd0cc

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
@@ -837,7 +837,7 @@
837837
};
838838

839839
template<@\exposid{cw-fixed-value}@ X, class>
840-
struct @\libglobal{constant_wrapper}@ : cw-operators {
840+
struct @\libglobal{constant_wrapper}@ : @\exposid{cw-operators}@ {
841841
static constexpr const auto & value = X.@\exposid{data}@;
842842
using type = constant_wrapper;
843843
using value_type = decltype(X)::@\exposid{type}@;

0 commit comments

Comments
 (0)