Skip to content

Commit 576773e

Browse files
authored
[expos.only.entity] Add whitespace around operator (#8144)
1 parent 1039028 commit 576773e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/lib-intro.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -564,7 +564,7 @@
564564
}
565565
};
566566

567-
template<class T, class U=T>
567+
template<class T, class U = T>
568568
using @\placeholdernc{synth-three-way-result}@ = // \expos
569569
decltype(@\placeholdernc{synth-three-way}@(declval<T&>(), declval<U&>()));
570570
}

0 commit comments

Comments
 (0)