Any plans to fix C++11 nullptr issues?
4 Aug
2018
4 Aug
'18
12:06 a.m.
When Clang is compiling C++11 code, there may be a warning (-Wzero-as-null-pointer-constant) when 0 or NULL is used instead of nullptr. I've seen these warnings from Smart Ptr and Tokenizer in particular, but I suppose it's all over. This is still the case in 1.68.0 beta 1.
2306
Age (days ago)
2306
Last active (days ago)
0 comments
1 participants
participants (1)
-
James Walker