id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 7968,swap: Add noexcept to conform with C++11 on compilers supporting it.,viboes,joseph.gauterin," {{{ template void swap(T& a, T& b) noexcept(see below ); 1 Remark: The expression inside noexcept is equivalent to: is_nothrow_move_constructible::value && is_nothrow_move_assignable::value template void swap(T (&a)[N], T (&b)[N]) noexcept(noexcept(swap(*a, *b))); }}} ",Feature Requests,new,To Be Determined,swap,Boost 1.53.0,Problem,,,shane.turner@…