Fixup 01d5907 to satisfy the preprocessor gods

This commit is contained in:
Charles Dang 2017-05-16 02:11:31 +11:00
parent 01d59074eb
commit 70d37c4389

View file

@ -24,7 +24,7 @@ namespace utils
// MSVC included them itself starting as of VS 2013 (our min supported version).
// Forward to their declarations as appropriate.
//
#ifdef HAVE_CXX14 || defined(_MSC_VER)
#if defined(HAVE_CXX14) || defined(_MSC_VER)
using std::add_const_t;
using std::conditional_t;