Skip to content

Commit c5656a0

Browse files
committed
Merge 2014-11 LWG Motion 18
2 parents df94fa4 + ac7a8e5 commit c5656a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/utilities.tex

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9263,6 +9263,8 @@
92639263
using underlying_type_t = typename underlying_type<T>::type;
92649264
template <class T>
92659265
using result_of_t = typename result_of<T>::type;
9266+
template <class...>
9267+
using void_t = void;
92669268
} // namespace std
92679269
\end{codeblock}
92689270

0 commit comments

Comments
 (0)