id summary reporter owner description type status milestone component version severity resolution keywords cc 9540 std.test: ambiguity std::pair vs. std::tuple dani@… James E. King, III "Seen with multiple compilers which support C++11's newly introduced std::tuple. Rather than pulling just the required entities from namespace 'std', the full namespace is pulled in instead. For example, vc11 fails like this: {{{ std.cpp std.cpp(154) : error C2872: 'tuple' : ambiguous symbol could be 'std.cpp(78) : std::pair<_Ty1,_Ty2> tuple' with [ _Ty1=std::string, _Ty2=int ] or 'VC\INCLUDE\utility(73) : std::tuple' }}} " Bugs closed Boost 1.69 assign Boost 1.55.0 Problem fixed