Skip to content

Commit

Permalink
rm static assert
Browse files Browse the repository at this point in the history
  • Loading branch information
alfC committed Mar 8, 2025
1 parent 23bda93 commit b3be162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/boost/multi/adaptors/cufft.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,6 @@ class plan {
}
}

static_assert(sizeof(ILayout*) == 0);

if(first_howmany_ == D) {
if constexpr(std::is_same_v<Alloc, void*>) {
cufftSafeCall(::cufftPlanMany(
Expand Down

0 comments on commit b3be162

Please sign in to comment.