Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 69cac60

Browse files
[basicTypes] Clarify that PrintHelper.h is not part of the exercise.
1 parent 89f4620 commit 69cac60

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎exercises/basicTypes/PrintHelper.h

Lines changed: 6 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /