$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-06-27 00:44:49
Robert Ramey wrote:
> I made special efforts to use ADL for the following reasons
>
> a) serialization could in any of a couple of namespaces
Sorry, i can't understand that sentence, even grammatically.
> b) I believe that not using it resulted in problems with compilers that
> implement two-phase lookup
What kind of problems? Could not those problems be solved by appropriate
forward declarations?
> c) a number of people asked for it
What were their reasons?
- Volodya