I have some code targetting C++14 which could make use of C++17\'s [[nodiscard]] attribute. It seemed natural to me to use feature-test macros to accomplish thi
[[nodiscard]]