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 f847733 commit 678c854Copy full SHA for 678c854
inst/include/Rcpp/utils/tinyformat.h
@@ -10,4 +10,6 @@ void stop(const std::string& message);
10
#define TINYFORMAT_NO_VARIADIC_TEMPLATES
11
#endif
12
13
+#define TINYFORMAT_ASSERT(cond) do if (!(cond)) ::Rcpp::stop("Assertion failed"); while(0)
14
+
15
#include "tinyformat/tinyformat.h"
0 commit comments