|
|
|
|
|
by int_19h
406 days ago
|
|
I think that explicit casts really ought to be discounted, since if you're writing one, you are simply getting what you have asked for. This would be like saying that e.g. Modula-2 is weakly typed because it has bitcast. That aside, the only remaining footgun in C++ is the implicit numeric conversions. What else did you have in mind? |
|
Then you have all the shenanigans around placement-new and vtables.
If it isn't downright weak, it's also not particularly strong.