
5 Nov
2009
5 Nov
'09
1:52 p.m.
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?