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.
type_of
1 parent 3fe8d6f commit 0853341Copy full SHA for 0853341
regression-tests/test-results/version
@@ -1,5 +1,5 @@
1
2
-cppfront compiler v0.8.0 Build 9A09:1351
+cppfront compiler v0.8.0 Build 9A10:0946
3
Copyright(c) Herb Sutter All rights reserved
4
5
SPDX-License-Identifier: CC-BY-NC-ND-4.0
source/build.info
@@ -1 +1 @@
-"9A09:1351"
+"9A10:0946"
source/to_cpp1.h
@@ -1699,7 +1699,11 @@ class cppfront
1699
{
1700
printer.print_cpp2("cpp2_"+n.to_string(), pos);
1701
}
1702
- else if (n == "type_of") {
+ else if (
1703
+ !is_qualified
1704
+ && n == "type_of"
1705
+ )
1706
+ {
1707
printer.print_cpp2("CPP2_TYPEOF", pos);
1708
1709
else {
0 commit comments