kentsangkm 9b3189fce0 Resolved #359
Eclipse indexer did not handle the ->* operator correctly and display
error in the editor, whereas it actually is not a bug. Changing the
operator from operator->* to operator+ can resolve this problem.

Proof of concept:
Prority 3   operator+       Right-to-left
Prority 4   operator->*     Left-to-right

where:
__catchResult+expr

Supported operator in expr:
Prority 3   +
Prority 3   -
Prority 3   /
Prority 3   *
Prority 13   &&
*STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison
Prority 14   ||
*STATIC_ASSERT_Expression_Too_Complex_Please_Rewrite_As_Binary_Comparison

__catchResult + _1Obj   operand1 _2Obj .... _NObj
=> (__catchResult + _1Obj) operand1 _2Obj .... _NObj
=> ExpressionLhs<T>        operand1 _2Obj .... _NObj
Hence, the change is OK
2015-03-26 19:50:54 +08:00
..
2015-03-26 19:50:54 +08:00
2014-03-17 18:40:58 +00:00
2014-07-09 07:35:34 +01:00
2014-06-30 07:33:17 +01:00
2014-05-20 18:49:28 +01:00
2014-01-08 17:17:31 +00:00
2014-06-30 07:33:17 +01:00
2014-05-19 18:57:14 +01:00
2014-03-01 10:38:14 +00:00
2013-07-03 19:14:59 +01:00
2015-03-26 19:50:54 +08:00
2014-06-30 07:33:17 +01:00
2014-06-30 07:33:17 +01:00
2014-07-09 07:35:34 +01:00
2014-07-09 07:35:34 +01:00
2014-03-17 18:40:58 +00:00
2013-08-16 19:08:39 +01:00
2014-07-09 07:35:34 +01:00
2014-08-20 08:09:32 +01:00