Skip to content

Commit

Permalink
Fix paren issue
Browse files Browse the repository at this point in the history
  • Loading branch information
camio committed Nov 13, 2024
1 parent 2ddc5ac commit 8da168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/CompilerFeatureTest.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function(beman_iterator_check_deducing_this result_var)
#else
#if defined(_MSC_VER) && (_MSC_VER >= 1932)
#elif defined(__clang__)
#if __has_extension(cxx_explicit_this_parameter))
#if __has_extension(cxx_explicit_this_parameter)
#else
#error No deducing this support
#endif
Expand Down

0 comments on commit 8da168e

Please sign in to comment.