Skip to content

Commit faa0585

Browse files
author
MarcoFalke
committed
util: Remove probably misleading TODO
The TODO has been added by me, but I don't remember how to solve it. The current code works fine, so just remove the TODO.
1 parent fac5efe commit faa0585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/check.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ class NonFatalCheckError : public std::runtime_error
4646
#error "Cannot compile without assertions!"
4747
#endif
4848

49-
/** Helper for Assert(). TODO remove in C++14 and replace `decltype(get_pure_r_value(val))` with `T` (templated lambda) */
49+
/** Helper for Assert() */
5050
template <typename T>
5151
T get_pure_r_value(T&& val)
5252
{

0 commit comments

Comments
 (0)