update boost on linux
This commit is contained in:
@@ -35,7 +35,9 @@ BOOST_HANA_NAMESPACE_BEGIN
|
||||
struct zero_impl : zero_impl<M, when<true>> { };
|
||||
|
||||
template <typename M>
|
||||
struct zero_t;
|
||||
struct zero_t {
|
||||
constexpr decltype(auto) operator()() const;
|
||||
};
|
||||
|
||||
template <typename M>
|
||||
constexpr zero_t<M> zero{};
|
||||
|
||||
Reference in New Issue
Block a user