We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe2234 commit 5d5173aCopy full SHA for 5d5173a
exercises/basicTypes/PrintHelper.h
@@ -31,4 +31,3 @@ void printWithTypeInfo(std::string expression, auto const & t, bool useBitset =
31
// This macro both prints and evaluates an expression:
32
#define print(A) printWithTypeInfo("Line " + std::to_string(__LINE__) + ": "#A, A);
33
#define printBinary(A) printWithTypeInfo("Line " + std::to_string(__LINE__) + ": "#A, A, true);
34
-
0 commit comments