0_0_19722471_12361.cpp: In function 'int main()':
0_0_19722471_12361.cpp:82:42: error: 'typeof' was not declared in this scope
#define frf(c, it) for(typeof((c).begin()) it = (c).begin(); it != (c).end(); it++)
^
0_0_19722471_12361.cpp:166:13: note: in expansion of macro 'frf'
frf(s1,it)
^
0_0_19722471_12361.cpp:166:20: error: 'it' was not declared in this scope
frf(s1,it)
^
0_0_19722471_12361.cpp:82:62: note: in definition of macro 'frf'
#define frf(c, it) for(typeof((c).begin()) it = (c).begin(); it != (c).end(); it++)
^
0_0_19722471_12361.cpp:82:42: error: 'typeof' was not declared in this scope
#define frf(c, it) for(typeof((c).begin()) it = (c).begin(); it != (c).end(); it++)
^
0_0_19722471_12361.cpp:172:13: note: in expansion of macro 'frf'
frf(s2,it)s1.insert(*it);
^
0_0_19722471_12361.cpp:172:20: error: 'it' was not declared in this scope
frf(s2,it)s1.insert(*it);
^
0_0_19722471_12361.cpp:82:62: note: in definition of macro 'frf'
#define frf(c, it) for(typeof((c).begin()) it = (c).begin(); it != (c).end(); it++)
^
|