Commit cb831e9a authored by Paul's avatar Paul
Browse files

Formatting

parent 1027d22f
......@@ -65,7 +65,7 @@ wrapper<T> wrap(std::remove_reference_t<T>& x)
return wrapper<T>{std::forward<T>(x)};
}
template<class... Ts>
template <class... Ts>
using auto_tuple_t = std::tuple<typename remove_rvalue_reference<Ts>::type...>;
template <class... Ts>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment