Skip to content

Commit

Permalink
style: better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Aug 21, 2024
1 parent 26efded commit 6bb210f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_pytypes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@

#include <utility>

#if defined(PYBIND11_CPP20) \
&& __has_include(<ranges>) // __has_include has been part of C++17, no need to check it
//__has_include has been part of C++17, no need to check it
#if defined(PYBIND11_CPP20) && __has_include(<ranges>)
# if !defined(PYBIND11_COMPILER_CLANG) || __clang_major__ >= 16 // llvm/llvm-project#52696
# define PYBIND11_TEST_PYTYPES_HAS_RANGES
# include <ranges>
Expand Down

0 comments on commit 6bb210f

Please sign in to comment.