Skip to content

Commit ff11bcd

Browse files
committed
Comment
1 parent 9f9d21f commit ff11bcd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/Kokkos_Macros.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -588,6 +588,7 @@ static constexpr bool kokkos_omp_on_host() { return false; }
588588
#define KOKKOS_IMPL_STRINGIFY(x) #x
589589
#define KOKKOS_IMPL_TOSTRING(x) KOKKOS_IMPL_STRINGIFY(x)
590590

591+
// Comment
591592
#ifdef _MSC_VER
592593
#define KOKKOS_IMPL_DO_PRAGMA(x) __pragma(x)
593594
#define KOKKOS_IMPL_WARNING(desc) \

0 commit comments

Comments
 (0)