$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [Bug Sprint] [variant] #2839 ambiguous swap call
From: Joseph Gauterin (joseph.gauterin_at_[hidden])
Date: 2009-06-02 06:10:46
We solved a similar problem in Boost.Swap by providing a templated
swap with two template arguments [making it less specialized than
std::swap]. I've had a quick look at variant/detail/move.hpp and I
think it can be fixed in the same way.