Может кто-нибудь объяснить это явление?
#include <iostream>
int main() {}
И скомпилируйте, gaves:
g++ main.cpp -Dn=1
<command-line>:0:3: error: expected unqualified-id before numeric constant
А вот и полное видео . Я хочу знать полный список этих резервных штучек, и каковы они. Моя среда cygwin
:
g++ --version
g++ (GCC) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.