We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3ee73 commit 53c1211Copy full SHA for 53c1211
include/cpuaff/cpuaff.hpp
@@ -89,7 +89,7 @@ typedef impl::basic_native_cpu_mapper< traits > native_cpu_mapper;
89
* native_cpu_wrapper is a wrapper for the native representation of cpus.
90
* It is comparable with < so that it can be used as a key in maps.
91
*/
92
-typedef traits::native_cpu_mapper_type native_cpu_mapper;
+typedef traits::native_cpu_wrapper_type native_cpu_wrapper;
93
94
/*!
95
* A set that can hold unique cpus.
0 commit comments