Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #250 from NVIDIA/bugfix/msvc_pragma
Browse files Browse the repository at this point in the history
Fix pragma typo on MSVC
  • Loading branch information
wmaxey authored Feb 17, 2022
2 parents dd8d7be + 4f44c30 commit c2d38c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuda/std/detail/libcxx/include/__pragma_pop
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//

#if defined(_LIBCUDACXX_USE_MSVC_PRAGMA_WARNING)
#if defined(_LIBCUDACXX_USE_PRAGMA_MSVC_WARNING)
#pragma warning(pop)
#endif

Expand Down

0 comments on commit c2d38c5

Please sign in to comment.