From 9132eac8dc349b149664a0d2b38658e4367424b9 Mon Sep 17 00:00:00 2001 From: Elias Stehle Date: Mon, 26 Oct 2020 22:58:08 +0100 Subject: [PATCH] Fix to properly support wrapping CUB in a custom outer namespace using CUB_NS_{PRE,POST}FIX macros --- cub/util_namespace.cuh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cub/util_namespace.cuh b/cub/util_namespace.cuh index 4488d97f6b..5f322d5d65 100644 --- a/cub/util_namespace.cuh +++ b/cub/util_namespace.cuh @@ -48,6 +48,7 @@ #endif // Declare these namespaces here for the purpose of Doxygenating them +CUB_NS_PREFIX /*! \namespace cub * \brief \p cub is the top-level namespace which contains all CUB @@ -57,3 +58,5 @@ namespace cub { } + +CUB_NS_POSTFIX