23 May
2022
23 May
'22
10:57 p.m.
Ion GaztaƱaga wrote:
Well, I wasn't "literally" trying to define nullptr[_t], but a practical alternative that is the same type as the standard one when available.
BOOST_NULLPTR/boost::nullptr and boost::nullptr_t are more than enough for portable code. Does it make sense?
But it's not possible to use boost::nullptr in portable code, because nullptr is a keyword.