We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ddc5ac commit 8da168eCopy full SHA for 8da168e
cmake/CompilerFeatureTest.cmake
@@ -17,7 +17,7 @@ function(beman_iterator_check_deducing_this result_var)
17
#else
18
#if defined(_MSC_VER) && (_MSC_VER >= 1932)
19
#elif defined(__clang__)
20
- #if __has_extension(cxx_explicit_this_parameter))
+ #if __has_extension(cxx_explicit_this_parameter)
21
22
#error No deducing this support
23
#endif
0 commit comments