From d56ef4d56fcfaa4431dd9df8674444651c971b61 Mon Sep 17 00:00:00 2001 From: dongdaxiang Date: Sat, 25 Apr 2020 12:16:10 +0800 Subject: [PATCH] refine namespace of macros --- core/sdk-cpp/include/macros.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/sdk-cpp/include/macros.h b/core/sdk-cpp/include/macros.h index 0d89af1d..66eaef44 100644 --- a/core/sdk-cpp/include/macros.h +++ b/core/sdk-cpp/include/macros.h @@ -17,7 +17,7 @@ namespace baidu { namespace paddle_serving { -namespace predictor { +namespace sdk_cpp { #ifndef CATCH_ANY_AND_RET #define CATCH_ANY_AND_RET(errno) \ @@ -75,6 +75,6 @@ namespace predictor { #endif -} // namespace predictor +} // namespace sdk_cpp } // namespace paddle_serving } // namespace baidu -- GitLab