0_0_11520157_31796.cpp: In function `int main()':
0_0_11520157_31796.cpp:24: error: expected primary-expression before '{' token
0_0_11520157_31796.cpp:24: error: expected `;' before '{' token
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algo.h: In function `const _Tp& std::__median(const _Tp&, const _Tp&, const _Tp&, _Compare) [with _Tp = MyStruct, _Compare = int (*)(MyStruct&, MyStruct&)]':
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algo.h:2521: instantiated from `void std::__introsort_loop(_RandomAccessIterator, _RandomAccessIterator, _Size, _Compare) [with _RandomAccessIterator = MyStruct*, _Size = int, _Compare = int (*)(MyStruct&, MyStruct&)]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algo.h:2591: instantiated from `void std::sort(_RandomAccessIterator, _RandomAccessIterator, _Compare) [with _RandomAccessIterator = MyStruct*, _Compare = int (*)(MyStruct&, MyStruct&)]'
0_0_11520157_31796.cpp:26: instantiated from here
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algo.h:124: error: invalid initialization of reference of type 'MyStruct&' from expression of type 'const MyStruct'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algo.h:125: error: invalid initialization of reference of type 'MyStruct&' from expression of type 'const MyStruct'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algo.h:127: error: invalid initialization of reference of type 'MyStruct&' from expression of type 'const MyStruct'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algo.h:131: error: invalid initialization of reference of type 'MyStruct&' from expression of type 'const MyStruct'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algo.h:133: error: invalid initialization of reference of type 'MyStruct&' from expression of type 'const MyStruct'
|