coord/ops: make make_foo functions constexpr

This commit is contained in:
Danny Robson 2017-08-24 14:33:20 +10:00
parent 84963aacf8
commit 0b52ef47be

View File

@ -1099,7 +1099,7 @@ namespace util {
typename _T = void, \
typename ...Args \
> \
auto \
constexpr auto \
make_##KLASS (Args &&...args) \
{ \
using T = std::conditional_t< \