In file included from GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_tree.h:70,
from GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/set:66,
from 0_0_6723735_26914.cpp:74:
0_0_6723735_26914.cpp:70: error: expected unqualified-id before numeric constant
0_0_6723735_26914.cpp:70: error: expected `,' or `;' before numeric constant
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/cpp_type_traits.h:338: error: `__gnu_internal' has not been declared
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/cpp_type_traits.h:338: error: `__test_type' was not declared in this scope
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/cpp_type_traits.h:338: error: expected primary-expression before '>' token
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/cpp_type_traits.h:339: error: `__gnu_internal' has not been declared
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/cpp_type_traits.h:339: error: `__one' was not declared in this scope
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/cpp_type_traits.h: In instantiation of `std::__is_pod<std::less<NODE2> >':
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_tree.h:431: instantiated from `std::_Rb_tree<NODE2, NODE2, std::_Identity<NODE2>, std::less<NODE2>, std::allocator<NODE2> >'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_set.h:127: instantiated from `std::set<NODE2, std::less<NODE2>, std::allocator<NODE2> >'
0_0_6723735_26914.cpp:100: instantiated from here
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/cpp_type_traits.h:337: error: enumerator value for `_M_type' not integer constant
0_0_6723735_26914.cpp: In function `int main()':
0_0_6723735_26914.cpp:101: error: redefinition of `int main()'
0_0_6723735_26914.cpp:43: error: `int main()' previously defined here
|