$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2002-01-13 05:07:49
> I accept that 'A::foo' and 'B::foo' are different entities, just as I
> accept that 'a.foo' is different from 'b.foo'. However, typing
> 'A::foo(a)' is uncomfortably long compared to 'a.foo()', especially if
> 'A' is really a longer name such as 'boost::Loki'. If I remove the
> namespace qualification, it becomes confusing again.
My hope is (actually I should say, "was") that smart_ptr makes it straight
into namespace boost, without any loki adornment.
Andrei
---------------------------------
Check out THE C++ Seminar: 3 Days with 5 Experts
http://www.gotw.ca/cpp_seminar/