From dc804fb0c0e4a289df247cb0648560f3bf940b59 Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Sun, 4 Dec 2016 17:09:55 -0600 Subject: [PATCH] Add missing customization points to operators.hpp. --- boost/yap/operators.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/boost/yap/operators.hpp b/boost/yap/operators.hpp index f48ff4d..1c78f41 100644 --- a/boost/yap/operators.hpp +++ b/boost/yap/operators.hpp @@ -256,6 +256,12 @@ namespace boost { namespace yap { namespace function_objects { + template + constexpr auto transform_expression (T && t); + + template + constexpr auto eval_placeholder (T && t); + template constexpr auto eval_unary_plus (T && t); template