Update Kokkos library in LAMMPS to v4.3.0
This commit is contained in:
@ -36,9 +36,8 @@ KOKKOS_FUNCTION constexpr MyErrorCode operator|(MyErrorCode lhs,
|
||||
}
|
||||
|
||||
static_assert((no_error | error_operator_plus_equal_volatile) ==
|
||||
error_operator_plus_equal_volatile,
|
||||
"");
|
||||
static_assert((error_join_volatile | error_operator_plus_equal) == 0b101, "");
|
||||
error_operator_plus_equal_volatile);
|
||||
static_assert((error_join_volatile | error_operator_plus_equal) == 0b101);
|
||||
|
||||
struct MyJoinBackCompatValueType {
|
||||
MyErrorCode err = no_error;
|
||||
|
||||
Reference in New Issue
Block a user