#include int main() { // _t versions of type traits were added in C++14 std::remove_cv_t i = 0; return i; }