Merge pull request #132 from olk/patch-1

add defect macro description to documentation
This commit is contained in:
jzmaddock
2017-04-16 09:36:56 +01:00
committed by GitHub

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()`.]]
]