Merge pull request #434 from Lastique/patch-4

Fix a typo in NO_CXX17_DEDUCTION_GUIDES description
This commit is contained in:
jzmaddock
2022-06-05 18:26:04 +01:00
committed by GitHub

View File

@ -1041,7 +1041,7 @@ that are not yet supported by a particular compiler or library.
[[`BOOST_NO_CXX17_ITERATOR_TRAITS`][The compiler does not support SFINAE-friendly `std::iterator_traits`.]]
[[`BOOST_NO_CXX17_IF_CONSTEXPR`][The compiler does not support `if constexpr`.]]
[[`BOOST_NO_CXX17_INLINE_VARIABLES`][The compiler does not support `inline` variables.]]
[[`BOOST_NO_CXX17_DEDUCTION_GUIDES`][The compiler does not class template argument deduction (CTAD) guides.]]
[[`BOOST_NO_CXX17_DEDUCTION_GUIDES`][The compiler does not support class template argument deduction (CTAD) guides.]]
]
[endsect]