Commit 5800d24e authored by Rostyslav Geyyer's avatar Rostyslav Geyyer
Browse files

Remove BoolVecT so far

parent 6bbb94f4
......@@ -1009,7 +1009,6 @@ struct vector_type<T, 256, typename std::enable_if_t<is_native_type<T>()>>
template <typename T, index_t N>
struct non_native_vector_base
{
using BoolVecT = non_native_vector_base<bool, N>;
using VecT = non_native_vector_base<T, N>;
__host__ __device__ non_native_vector_base() = default;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment