We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9e125 commit 9c0a9c6Copy full SHA for 9c0a9c6
src/_macros.h
@@ -5,7 +5,7 @@
5
if (auto const& error_ = func(__VA_ARGS__); !error_) { \
6
throw \
7
std::runtime_error{ \
8
- #func " (" __FILE__ " line " + std::to_string(__LINE__) + ") failed "}; \
+ #func " (" __FILE__ " line " + std::to_string(__LINE__) + ") failed"}; \
9
} \
10
} (void)0
11
0 commit comments