From 8c63633066fbc3842adafb5951cc22c9d8c5ec71 Mon Sep 17 00:00:00 2001 From: Alexey Sachkov Date: Tue, 31 Mar 2020 16:24:09 +0300 Subject: [PATCH] [NFC] Fix warning inline namespace reopened as no-inline Signed-off-by: Alexey Sachkov --- sycl/include/CL/sycl/experimental/spec_constant.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sycl/include/CL/sycl/experimental/spec_constant.hpp b/sycl/include/CL/sycl/experimental/spec_constant.hpp index 91b72d1d9a6e9..21a8591741321 100644 --- a/sycl/include/CL/sycl/experimental/spec_constant.hpp +++ b/sycl/include/CL/sycl/experimental/spec_constant.hpp @@ -20,7 +20,7 @@ #include #include -namespace cl { +__SYCL_INLINE_NAMESPACE(cl) { namespace sycl { namespace experimental { @@ -56,4 +56,4 @@ template class spec_constant { } // namespace experimental } // namespace sycl -} // namespace cl +} // __SYCL_INLINE_NAMESPACE(cl)