Skip to content

Commit

Permalink
make get a host device function
Browse files Browse the repository at this point in the history
  • Loading branch information
jdolence committed Oct 10, 2023
1 parent 465e07c commit 2640a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singularity-eos/eos/eos_variant.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class Variant {
typename std::enable_if<
!std::is_same<Variant, typename std::decay<EOSChoice>::type>::value,
bool>::type = true>
EOSChoice get() {
PORTABLE_INLINE_FUNCTION EOSChoice get() {
return mpark::get<EOSChoice>(eos_);
}

Expand Down

0 comments on commit 2640a03

Please sign in to comment.