2
0
mirror of https://github.com/boostorg/yap.git synced 2026-02-26 17:22:10 +00:00

Add TODOs.

This commit is contained in:
Zach Laine
2016-11-30 19:42:51 -06:00
parent 4984173ce5
commit 31d3ea7eb3
2 changed files with 5 additions and 0 deletions

View File

@@ -59,6 +59,9 @@ namespace boost::proto17 {
bitwise_xor_assign, // ^=
subscript, // []
// ternary
// TODO: if_else, // (analogous to) ?:
// n-ary
call // ()
};

View File

@@ -275,4 +275,6 @@
}; \
} \
// TODO: Unary UDT op macro.
#endif