Skip to content

Commit 4b4a7ad

Browse files
committed
[basicTypes] Clarify that PrintHelper.h is not part of the exercise.
1 parent ac47325 commit 4b4a7ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

exercises/basicTypes/PrintHelper.h

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@
55
#include <iomanip>
66
#include <string>
77

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+
814
#ifdef _MSC_VER
915
std::string demangle(std::string_view input) { return std::string{input}; }
1016
#else

0 commit comments

Comments
 (0)