We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e56f55e commit c84cfb2Copy full SHA for c84cfb2
README.md
@@ -185,7 +185,7 @@ or
185
git submodule add https://github.com/philip82148/cpp-dump
186
```
187
188
-then
+Then
189
190
```cpp
191
#include "path/to/cpp-dump/dump.hpp"
@@ -451,6 +451,18 @@ int main() {
451
}
452
453
454
455
+
456
+```shell
457
+g++ ./main.cpp -D DEFINED_ONLY_IN_LOCAL
458
+```
459
460
+or
461
462
463
+clang++ ./main.cpp -D DEFINED_ONLY_IN_LOCAL
464
465
466
## Supported types
467
468
Both dump functions dump variables recursively, so they can dump nested variables of any combination of types in the table below.
0 commit comments