X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Fexperimental%2Fexception_tracer%2FExceptionTracerLib.cpp;h=dcee56921e918d1c17bb173e6db2ab2f7d034be2;hp=04d29e9cf3028abe9704bae99fd27f4a1ee08913;hb=refs%2Ftags%2Fv2017.07.31.00;hpb=adf4a5ac9d3604427c85dd92ec379e9d7a3a4a8a diff --git a/folly/experimental/exception_tracer/ExceptionTracerLib.cpp b/folly/experimental/exception_tracer/ExceptionTracerLib.cpp index 04d29e9c..dcee5692 100644 --- a/folly/experimental/exception_tracer/ExceptionTracerLib.cpp +++ b/folly/experimental/exception_tracer/ExceptionTracerLib.cpp @@ -84,8 +84,8 @@ DECLARE_CALLBACK(CxaRethrow); DECLARE_CALLBACK(CxaEndCatch); DECLARE_CALLBACK(RethrowException); -} // exception_tracer -} // folly +} // namespace exception_tracer +} // namespace folly // Clang is smart enough to understand that the symbols we're loading // are [[noreturn]], but GCC is not. In order to be able to build with