From defd42b22cf44836da8759becea3b07ea64ede7c Mon Sep 17 00:00:00 2001 From: Paul Fultz II Date: Wed, 3 Jun 2015 16:17:17 -0700 Subject: [PATCH] Add default constructor --- fit/detail/make.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/fit/detail/make.h b/fit/detail/make.h index 33e2820..aeb818c 100644 --- a/fit/detail/make.h +++ b/fit/detail/make.h @@ -16,6 +16,8 @@ namespace fit { namespace detail { template class Adaptor> struct make { + constexpr make() + {} template constexpr FIT_JOIN(Adaptor, Fs...) operator()(Fs... fs) const {