We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac5efe commit faa0585Copy full SHA for faa0585
src/util/check.h
@@ -46,7 +46,7 @@ class NonFatalCheckError : public std::runtime_error
46
#error "Cannot compile without assertions!"
47
#endif
48
49
-/** Helper for Assert(). TODO remove in C++14 and replace `decltype(get_pure_r_value(val))` with `T` (templated lambda) */
+/** Helper for Assert() */
50
template <typename T>
51
T get_pure_r_value(T&& val)
52
{
0 commit comments