gcc居然支持:int a = ({int i = 0; ++i; i;});这是C++标准吗?vc++ 6.0, vc++ 2005 都编译不过。 转载于:https://www.cnblogs.com/wuwuwu/archive/2008/04/23/6162402.html