$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [config] Macro for null pointer
From: Andrey Semashev (andrey.semashev_at_[hidden])
Date: 2012-11-16 02:18:47
On November 16, 2012 10:39:30 AM Antony Polukhin <antoshkka_at_[hidden]> wrote:
>
> And may be we shall typedef nullptr_t as boost::none_t ?
nullptr_t should be implicitly convertible to any pointer type, which
none_t isn't AFAIR.