Skip to content

Commit 11b76b8

Browse files
Andreas-Krugtkoeppe
authored andcommitted
[const.wrap.class] Fix indentation
1 parent 51904cd commit 11b76b8

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
@@ -769,7 +769,7 @@
769769
{ return constant_wrapper<T::value(Args::value...)>{}; }
770770
template<@\exposconcept{constexpr-param}@ T, @\exposconcept{constexpr-param}@... Args>
771771
constexpr auto operator[](this T, Args...) noexcept
772-
-> constant_wrapper<(T::value[Args::value...])>
772+
-> constant_wrapper<(T::value[Args::value...])>
773773
{ return {}; }
774774

775775
// pseudo-mutators

0 commit comments

Comments
 (0)