We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f852a96 commit 31b6938Copy full SHA for 31b6938
util.hh
@@ -6,6 +6,9 @@
6
7
using namespace std;
8
9
+/* TODO: The strings are implementation-defined. How do they look in
10
+ clang? */
11
+
12
inline std::string pretty_type(const char *raw)
13
{
14
ostringstream os;
0 commit comments