Skip to content

Commit ea0b753

Browse files
committed
update xtl disjunction
1 parent 0229888 commit ea0b753

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/xtensor-r/rcontainer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ namespace xt
142142
using difference_type = typename storage_type::difference_type;
143143

144144
#ifndef XTENSOR_R_ALLOW_REINTERPRETATION
145-
static_assert(xtl::disjunction<std::is_same<r_type, int32_t>,
145+
static_assert(std::disjunction<std::is_same<r_type, int32_t>,
146146
std::is_same<r_type, double>,
147147
std::is_same<r_type, Rbyte>,
148148
std::is_same<r_type, rlogical>,

0 commit comments

Comments
 (0)