mirror of
https://github.com/boostorg/hof.git
synced 2026-02-01 08:32:12 +00:00
Add default constructor
This commit is contained in:
@@ -16,6 +16,8 @@ namespace fit { namespace detail {
|
||||
template<template<class...> class Adaptor>
|
||||
struct make
|
||||
{
|
||||
constexpr make()
|
||||
{}
|
||||
template<class... Fs>
|
||||
constexpr FIT_JOIN(Adaptor, Fs...) operator()(Fs... fs) const
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user