coord/ops: make make_foo functions constexpr
This commit is contained in:
parent
84963aacf8
commit
0b52ef47be
@ -1099,7 +1099,7 @@ namespace util {
|
|||||||
typename _T = void, \
|
typename _T = void, \
|
||||||
typename ...Args \
|
typename ...Args \
|
||||||
> \
|
> \
|
||||||
auto \
|
constexpr auto \
|
||||||
make_##KLASS (Args &&...args) \
|
make_##KLASS (Args &&...args) \
|
||||||
{ \
|
{ \
|
||||||
using T = std::conditional_t< \
|
using T = std::conditional_t< \
|
||||||
|
Loading…
Reference in New Issue
Block a user