We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84fc571 commit f791364Copy full SHA for f791364
src/tools/pginclude/cpluspluscheck
@@ -30,7 +30,5 @@ do
30
echo '};'
31
} >$tmp/test.cpp
32
33
- # -fno-operator-names omits the definition of bitand and bitor, which
34
- # collide with varbit.h. Could be fixed, if one were so inclined.
35
- ${CXX:-g++} -I . -I src/include -fsyntax-only -fno-operator-names -Wall -c $tmp/test.cpp
+ ${CXX:-g++} -I . -I src/include -fsyntax-only -Wall -c $tmp/test.cpp
36
done
0 commit comments