本觉得三元操作符已经够无聊的了,没想到还有这货..<?=
远离它
幸福生活就在你身边...233
The G++ minimum and maximum operators (`<?' and `>?')
and their compound forms (`<?=') and `>?=') have been deprecated and are now removed from G++. Code
using these operators should be modified to use
std::min
and std::max
instead.