Register singleton's destruction using std::atexit
[folly.git] / folly / ExceptionWrapper.cpp
index 7cda0b7645decc3fdd2bff3eaffbc73fa8edf2b3..f2fa016437558dc3be01c13a29e970f272b087af 100644 (file)
@@ -58,7 +58,7 @@ std::exception const* get_std_exception_(std::exception_ptr eptr) noexcept {
     return nullptr;
   }
 }
-}
+} // namespace
 
 exception_wrapper exception_wrapper::from_exception_ptr(
     std::exception_ptr const& ptr) noexcept {