diff --git a/fit/construct.h b/fit/construct.h index 3a2795a..45a2113 100644 --- a/fit/construct.h +++ b/fit/construct.h @@ -27,15 +27,33 @@ /// template class Template> /// constexpr auto construct(); /// +/// template +/// constexpr auto construct_meta(); +/// +/// template class MetafunctionTemplate> +/// constexpr auto construct_meta(); +/// /// Semantics /// --------- /// /// assert(construct()(xs...) == T(xs...)); +/// assert(construct