$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2007-08-01 15:14:43
Andrey Semashev wrote:
> Hello Peter,
>
> Wednesday, August 1, 2007, 10:34:15 PM, you wrote:
>
>> Andrey Semashev wrote:
>>> Hello Chris,
>>>
>>> Tuesday, July 31, 2007, 10:22:51 PM, you wrote:
>>>
>>>> This was a proposed library implementation of nullptr for c++0x
>>>> from
>>>> http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2004/n1601.pdf
>>>
>>> Hmm, it seems it doesn't convert to function or member function
>>> pointers...
>
>> On what modern compiler does it not?
>
> I was referring to the built in nullptr keyword proposal quoted above.
'nullptr' also converts to both function pointers and pointers to member
functions.