Skip to content

Commit f0c02fa

Browse files
authored
Remove namespace oneapi::std from oneDPL (#305)
1 parent 12d35de commit f0c02fa

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

source/elements/oneDPL/source/common.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
Namespaces
66
----------
77

8-
oneDPL uses :code:`namespace oneapi::std` for the subset of the standard C++ library for kernels,
9-
and uses :code:`namespace oneapi::dpl` for other functionality including Parallel STL algorithms,
10-
oneDPL execution policies, and extensions.
11-
8+
oneDPL uses :code:`namespace oneapi::dpl` for all its functionality including Parallel STL algorithms,
9+
oneDPL execution policies, etc. For the subset of the standard C++ library for kernels, the standard class
10+
and function names are also aliased in :code:`namespace oneapi::dpl`.

0 commit comments

Comments
 (0)