Skip to content

Commit

Permalink
switch to ConstantTypeTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad1991 committed Jun 3, 2024
1 parent 884ed52 commit 97dfe77
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/etr_bits/Coca.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,8 +175,7 @@ inline auto coca(AV &av, Args &&...args) {
},
args...);

Vec<double, VarPointer<decltype(av), Idx, -1>, ConstantTypeTrait> ret(
av); // TODO: ConstantTypeTrait has to be added to all functions
Vec<double, VarPointer<decltype(av), Idx, -1>, ConstantTypeTrait> ret(av);
return ret;
}

Expand Down

0 comments on commit 97dfe77

Please sign in to comment.