$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [swap] ruminations
From: Joseph Gauterin (joseph.gauterin_at_[hidden])
Date: 2009-11-05 08:52:44
I Googled for tsoob, but couldnt' find any references to it. It would
be helpful to have a look at tsoob::swap to see what's causing the
ambiguity and how/if it could be resolved.
Also, I always intended for boost::swap to be called explicitly,
rather than though ADL - it's supposed to hise the use of ADL from the
user (no need for 'using std::swap' etc). If you use a fully qualified
call, is there still ambiguity between boost and tsoob?