| View previous topic :: View next topic |
| Author |
Message |
brf Guest
|
Posted: Tue Jun 14, 2005 8:06 am Post subject: C++ Standard 2003 __cplusplus |
|
|
Welchen Wert hat die Präprozessorvariable
__cplusplus
bei der Übersetzung von C++-Programmen nach dem aktuellen ISO-Standard
von 2003? (Beim alten Standard war es 199711L)
brf
--
de.comp.lang.iso-c++ - Moderation: mailto:voyager+mod (AT) bud (DOT) prima.de
FAQ: http://www.voyager.prima.de/cpp/ mailto:voyager+send-faq (AT) bud (DOT) prima.de
|
|
| Back to top |
|
 |
Thomas Mang Guest
|
Posted: Tue Jun 14, 2005 3:50 pm Post subject: Re: C++ Standard 2003 __cplusplus |
|
|
"brf" <frank.braun (AT) rz (DOT) uni-regensburg.de> schrieb im Newsbeitrag
news:1118736411.771034.5690 (AT) g49g2000cwa (DOT) googlegroups.com...
| Quote: | Welchen Wert hat die Präprozessorvariable
__cplusplus
bei der Übersetzung von C++-Programmen nach dem aktuellen ISO-Standard
von 2003? (Beim alten Standard war es 199711L)
|
Es ist 199711L geblieben.
Thomas
--
de.comp.lang.iso-c++ - Moderation: mailto:voyager+mod (AT) bud (DOT) prima.de
FAQ: http://www.voyager.prima.de/cpp/ mailto:voyager+send-faq (AT) bud (DOT) prima.de
|
|
| Back to top |
|
 |
brf Guest
|
Posted: Thu Jun 16, 2005 7:31 am Post subject: Re: C++ Standard 2003 __cplusplus |
|
|
Vielen Dank für die Mühe.
Eigentlich ist es komisch, dass dieser Wert nicht angepasst wurde.
brf
--
de.comp.lang.iso-c++ - Moderation: mailto:voyager+mod (AT) bud (DOT) prima.de
FAQ: http://www.voyager.prima.de/cpp/ mailto:voyager+send-faq (AT) bud (DOT) prima.de
|
|
| Back to top |
|
 |
Thomas Maeder Guest
|
Posted: Thu Jun 16, 2005 5:05 pm Post subject: Re: C++ Standard 2003 __cplusplus |
|
|
"brf" <frank.braun (AT) rz (DOT) uni-regensburg.de> writes:
| Quote: | Eigentlich ist es komisch, dass dieser Wert nicht angepasst wurde.
|
Das wurde in comp.std.c++ auch gerade diskutiert. Es scheint sich um
ein Versehen zu handeln.
--
de.comp.lang.iso-c++ - Moderation: mailto:voyager+mod (AT) bud (DOT) prima.de
FAQ: http://www.voyager.prima.de/cpp/ mailto:voyager+send-faq (AT) bud (DOT) prima.de
|
|
| Back to top |
|
 |
|