
30 Jan
2011
30 Jan
'11
1:58 p.m.
I have just added one missing unary operator: complement (~) so that the current list of supported operators (36) is now: * 28 binary operators: . ==, !=, <, <=, >, >=, . +, -, *, /, %, +=, -=, *=, /=, %=, . &, |, ^, &=, |=, ^=, . <<, >>, <<=, >>=, . &&, ||, * 6 prefix unary operators: . ! . ~ . -, + . --, ++ * 2 postfix unary operators: . --, ++ Here are the links to the updated code and documentation: * http://www.boostpro.com/vault/index.php?action=downloadfile&filename=type_traits.tar.bz2&directory=Extension& * http://svn.boost.org/svn/boost/sandbox/type_traits/ Frédéric