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

Commit

Permalink
correct endif comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Oct 29, 2020
1 parent 13ca9d2 commit 7bc8681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libcxx/include/__config
Original file line number Diff line number Diff line change
Expand Up @@ -865,7 +865,7 @@ typedef __char32_t char32_t;
#define _LIBCUDACXX_IS_CLASS(...) __is_class(__VA_ARGS__)
#if _MSC_VER > 1914 // MSVC doesn't include __is_aggregate until 19.15
#define _LIBCUDACXX_IS_AGGREGATE(...) __is_aggregate(__VA_ARGS__)
#endif // _LIBCUDACXX_STD_VER > 14
#endif // _MSC_VER > 1914
#define _LIBCUDACXX_IS_POD(...) __is_pod(__VA_ARGS__)
#define _LIBCUDACXX_IS_STANDARD_LAYOUT(...) __is_standard_layout(__VA_ARGS__)
#define _LIBCUDACXX_IS_ENUM(...) __is_enum(__VA_ARGS__)
Expand Down

0 comments on commit 7bc8681

Please sign in to comment.