Macros #1448
Replies: 1 comment 6 replies
|
Cpp2 doesn't support writing macros. It does allow using normal C++ (aka Cpp1) macros, but I find I use them fairly rarely. I haven't eliminated all the reasons to write text macros, but most have been replaced by two main things:
(Fun fact: Both C++20 |
Uh oh!
There was an error while loading. Please reload this page.
How does C++ Syntax 2 obviate macros and/or the need for macros?
C++ macros make me cry.
All reactions