Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Fix to properly support wrapping CUB in a custom outer namespace usin…
Browse files Browse the repository at this point in the history
…g CUB_NS_{PRE,POST}FIX macros
  • Loading branch information
elstehle authored and alliepiper committed Nov 5, 2020
1 parent 9ff77e3 commit 1a5aeaf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cub/util_namespace.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -57,3 +58,5 @@ namespace cub
{

}

CUB_NS_POSTFIX

0 comments on commit 1a5aeaf

Please sign in to comment.