We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac47325 commit 4b4a7adCopy full SHA for 4b4a7ad
exercises/basicTypes/PrintHelper.h
@@ -5,6 +5,12 @@
5
#include <iomanip>
6
#include <string>
7
8
+/*
9
+ * NOTE: You don't need to understand the print helpers here.
10
+ * Their purpose is to show each expression, the type it evaluates to, and the value it evaluates to.
11
+ * Please go back to the main file now. :-)
12
+ */
13
+
14
#ifdef _MSC_VER
15
std::string demangle(std::string_view input) { return std::string{input}; }
16
#else
0 commit comments