mirror of
https://github.com/intel/llvm.git
synced 2026-01-22 23:49:22 +08:00
When r359229 added noexcept to the declaration of `~mutex`, it didn't add it to the definition which caused -Wimplicit-exception-spec-mismatch to fire. This just adapts the definition to agree with the declaration. llvm-svn: 359275