GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algobase.h: In function `void std::iter_swap(_ForwardIterator1, _ForwardIterator2) [with _ForwardIterator1 = P*, _ForwardIterator2 = P*]':
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algo.h:2048: instantiated from `_RandomAccessIterator std::__unguarded_partition(_RandomAccessIterator, _RandomAccessIterator, _Tp, _Compare) [with _RandomAccessIterator = P*, _Tp = P, _Compare = double (*)(P, P)]'
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 = P*, _Size = int, _Compare = double (*)(P, P)]'
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 = P*, _Compare = double (*)(P, P)]'
0_0_4850155_26214.cpp:39: instantiated from here
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/c++/3.4.2/bits/stl_algobase.h:111: error: no match for 'operator=' in '*__b = __tmp'
0_0_4850155_26214.cpp:13: note: candidates are: P P::operator=(P&)
|