Fixed a typo in NO_CXX17_DEDUCTION_GUIDES description.

This commit is contained in:
Andrey Semashev
2022-06-05 20:18:37 +03:00
committed by GitHub
parent 54a2618377
commit f1f0041f28

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]