$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] What to do with platform defining 'null' as preprocessor symbol?
From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2012-08-23 14:03:38
On 23/08/2012 19:58, Eric Niebler wrote:
> #including a boost header
> shouldn't change the meaning of existing code
ADL prevents this from being possible in all cases.
A best effort can be made, though.