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 0229888 commit ea0b753Copy full SHA for ea0b753
include/xtensor-r/rcontainer.hpp
@@ -142,7 +142,7 @@ namespace xt
142
using difference_type = typename storage_type::difference_type;
143
144
#ifndef XTENSOR_R_ALLOW_REINTERPRETATION
145
- static_assert(xtl::disjunction<std::is_same<r_type, int32_t>,
+ static_assert(std::disjunction<std::is_same<r_type, int32_t>,
146
std::is_same<r_type, double>,
147
std::is_same<r_type, Rbyte>,
148
std::is_same<r_type, rlogical>,
0 commit comments