add defect macro description to documentation

This commit is contained in:
Oliver Kowalke
2017-04-14 14:05:20 +02:00
committed by GitHub
parent 4fb2b836bc
commit af570a4679

View File

@ -940,6 +940,7 @@ that are not yet supported by a particular compiler or library.
[table
[[Macro ][Description ]]
[[`BOOST_NO_CXX17_STD_APPLY`][The compiler does not support `std::apply()`.]]
[[`BOOST_NO_CXX17_STD_INVOKE`][The compiler does not support `std::invoke()`.]]
]