$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] Macro for null pointer
From: Peter Dimov (lists_at_[hidden])
Date: 2012-12-04 17:14:02
Eric Niebler wrote:
> ... until some other library ALSO defines a global nullptr symbol,
> making that library and boost mutually incompatible.
How is the end user supposed to actually use nullptr if it's not global?
It's a keyword in C++11; boost::nullptr is not legal.