Mark __clear_and_shrink() as noexcept. This prevents the generation of a catch...
Mark __clear_and_shrink() as noexcept. This prevents the generation of a catch block and call to terminate in string's move assignment. Thanks to Howard for the 'catch'. llvm-svn: 333435
Loading
Please sign in to comment