$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
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.