mirror of
https://github.com/boostorg/yap.git
synced 2026-02-22 16:02:10 +00:00
Add missing customization points to operators.hpp.
This commit is contained in:
@@ -256,6 +256,12 @@ namespace boost { namespace yap {
|
||||
|
||||
namespace function_objects {
|
||||
|
||||
template <typename T>
|
||||
constexpr auto transform_expression (T && t);
|
||||
|
||||
template <typename T>
|
||||
constexpr auto eval_placeholder (T && t);
|
||||
|
||||
template <typename T>
|
||||
constexpr auto eval_unary_plus (T && t);
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user