From 31d3ea7eb3a83dd2133e95750e07d0f3124e82ab Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Wed, 30 Nov 2016 19:42:51 -0600 Subject: [PATCH] Add TODOs. --- expression_fwd.hpp | 3 +++ user_macros.hpp | 2 ++ 2 files changed, 5 insertions(+) diff --git a/expression_fwd.hpp b/expression_fwd.hpp index a7213f6..ca727e1 100644 --- a/expression_fwd.hpp +++ b/expression_fwd.hpp @@ -59,6 +59,9 @@ namespace boost::proto17 { bitwise_xor_assign, // ^= subscript, // [] + // ternary + // TODO: if_else, // (analogous to) ?: + // n-ary call // () }; diff --git a/user_macros.hpp b/user_macros.hpp index f2c7bb7..028191f 100644 --- a/user_macros.hpp +++ b/user_macros.hpp @@ -275,4 +275,6 @@ }; \ } \ +// TODO: Unary UDT op macro. + #endif