Fernando Cacciola wrote:
> 
> BTW, I have a question:
> 
> According to BCB, the primary swap is hidden when some swap is
> declared directly in std even for ADL.
> That is, not even this works:
> 
> using std::swap; swap(x,y);
> 
> is this conformant?

Yes, declaring things in std is undefined behavior.
_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to