mirror of
https://github.com/boostorg/hof.git
synced 2026-02-02 08:52:11 +00:00
Remove FIT_UNARY_PERFECT_ID for issue #113
This commit is contained in:
@@ -90,7 +90,6 @@ constexpr const T& lvalue(const T& x)
|
||||
|
||||
}
|
||||
|
||||
#define FIT_UNARY_PERFECT_ID(...) __VA_ARGS__
|
||||
#define FIT_UNARY_PERFECT_FOREACH(m) \
|
||||
m(const&, fit::detail::lvalue) \
|
||||
m(&, fit::detail::lvalue) \
|
||||
|
||||
Reference in New Issue
Block a user