mirror of
https://github.com/boostorg/yap.git
synced 2026-02-26 17:22:10 +00:00
Add TODOs.
This commit is contained in:
@@ -59,6 +59,9 @@ namespace boost::proto17 {
|
||||
bitwise_xor_assign, // ^=
|
||||
subscript, // []
|
||||
|
||||
// ternary
|
||||
// TODO: if_else, // (analogous to) ?:
|
||||
|
||||
// n-ary
|
||||
call // ()
|
||||
};
|
||||
|
||||
@@ -275,4 +275,6 @@
|
||||
}; \
|
||||
} \
|
||||
|
||||
// TODO: Unary UDT op macro.
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user