|
|
|
|
|
by LexiMax
144 days ago
|
|
> Being conservative with features and deliberately not implementing them are two different thing. There is no version of the C++ standard that lacks features like exceptions, RTTI, and fully functional templates. If the compiler isn't implementing all of a particular standard then it's not standard C++. If an implementation has no interest in standard C++, why give those implementations a seat at the table in the first place? Those implementations can continue on with their C++ fork without mandating requirements to anyone else. |
|
C++ have historically been driven by practicalities, and violated standards on regular basis, when it deemed useful.
> Those implementations can continue on with their C++ fork without mandating requirements to anyone else.
Then they will diverge too much, like it happened with countless number of other languages, like Lisp.