Boost logo

Boost Users :

Subject: [Boost-users] Any plans to fix C++11 nullptr issues?
From: James Walker (jamesw_at_[hidden])
Date: 2018-08-04 00:06:40


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.


Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net