0_0_11580155_22493.cpp: In function `int main()':
0_0_11580155_22493.cpp:105: error: ISO C++ forbids declaration of `d' with no type
0_0_11580155_22493.cpp:105: error: 'class std::set<double, std::less<double>, std::allocator<double> >' has no member named 'cbegin'
0_0_11580155_22493.cpp:105: error: 'class std::set<double, std::less<double>, std::allocator<double> >' has no member named 'cend'
0_0_11580155_22493.cpp:106: error: invalid type argument of `unary *'
0_0_11580155_22493.cpp:107: error: invalid type argument of `unary *'
0_0_11580155_22493.cpp:115: error: ISO C++ forbids declaration of `itr' with no type
0_0_11580155_22493.cpp:115: error: cannot convert `__gnu_cxx::__normal_iterator<line*, std::vector<line, std::allocator<line> > >' to `int' in initialization
0_0_11580155_22493.cpp:115: error: no match for 'operator!=' in 'itr != (&lines)->std::vector<_Tp, _Alloc>::end [with _Tp = line, _Alloc = std::allocator<line>]()'
0_0_11580155_22493.cpp:116: error: base operand of `->' is not a pointer
0_0_11580155_22493.cpp:117: error: no match for 'operator!=' in 'itr != (&lines)->std::vector<_Tp, _Alloc>::begin [with _Tp = line, _Alloc = std::allocator<line>]()'
0_0_11580155_22493.cpp:118: error: ISO C++ forbids declaration of `preItr' with no type
0_0_11580155_22493.cpp:119: error: base operand of `->' is not a pointer
0_0_11580155_22493.cpp:119: error: base operand of `->' is not a pointer
0_0_11580155_22493.cpp:121: error: base operand of `->' is not a pointer
0_0_11580155_22493.cpp:121: error: base operand of `->' is not a pointer
0_0_11580155_22493.cpp:123: error: ISO C++ forbids declaration of `preItr' with no type
0_0_11580155_22493.cpp:124: error: base operand of `->' is not a pointer
0_0_11580155_22493.cpp:124: error: base operand of `->' is not a pointer
0_0_11580155_22493.cpp:125: error: base operand of `->' is not a pointer
0_0_11580155_22493.cpp:125: error: base operand of `->' is not a pointer
|