$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Boost.Operators and make_shared
From: Andrew Ho (helloworld922_at_[hidden])
Date: 2013-07-13 19:34:51
>
> Welcome to ADL.
> To avoid ADL issues, fully qualify all names.
>
Good suggestion, but I still think operators/operators2 should still be in the
boost::operators and boost::operators2 namespaces respectively (assuming
operators2 is not going to replace operators, otherwise it should go in
boost::operators).