
27 Aug
2011
27 Aug
'11
2:12 p.m.
On 8/26/2011 4:47 PM, Daniel James wrote:
On 26 August 2011 15:36, Edward Diener<eldiener@tropicsoft.com> wrote:
Trying to generate some documentation using the latest on Boost trunk, the build of quickbook works with gcc but failed using toolset-msvc-10.0 with:
You should use a stable version.
*std::addressof<boost::unordered::detail::bucket<A>>(_Ty&)' [found using argument-dependent lookup]
All the calls to addressof in unordered detail have been fully qualified since r73690.
Do you know what is causing this error in VC10 ?