Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- karlicos@karlicos-k52u : 13:42 in /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests $ make
- [100%] Building CXX object CMakeFiles/orientation-testgen.dir/testgen.cpp.o
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:49:12: error: expected ‘)’ before ‘,’ token
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp: In member function ‘std::string Point::str()’:
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:55:28: error: aggregate ‘std::ostringstream oss’ has incomplete type and cannot be defined
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:56:27: error: expected ‘;’ before string constant
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp: In function ‘std::vector<Triple<double, double, double> > simpleTests(int)’:
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:69:21: error: no matching function for call to ‘Point::Point(int, int)’
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:69:21: note: candidates are:
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 0 arguments, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:69:30: error: no matching function for call to ‘Point::Point(int, int)’
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:69:30: note: candidates are:
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 0 arguments, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:70:21: error: no match for ‘operator==’ in ‘a == b’
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:70:21: note: candidates are:
- /usr/include/c++/4.6/functional:2233:5: note: template<class _Res, class ... _Args> bool std::operator==(std::nullptr_t, const std::function<_Res(_ArgTypes ...)>&)
- /usr/include/c++/4.6/functional:2227:5: note: template<class _Res, class ... _Args> bool std::operator==(const std::function<_Res(_ArgTypes ...)>&, std::nullptr_t)
- /usr/include/c++/4.6/tuple:575:5: note: template<class ... _TElements, class ... _UElements> bool std::operator==(const std::tuple<_TElements ...>&, const std::tuple<_Elements ...>&)
- /usr/include/c++/4.6/bits/random.h:5322:5: note: template<class _RealType> bool std::operator==(const std::piecewise_linear_distribution<_RealType>&, const std::piecewise_linear_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:5080:5: note: template<class _RealType> bool std::operator==(const std::piecewise_constant_distribution<_RealType>&, const std::piecewise_constant_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:4841:5: note: template<class _IntType> bool std::operator==(const std::discrete_distribution<_IntType>&, const std::discrete_distribution<_IntType>&)
- /usr/include/c++/4.6/bits/random.h:4609:5: note: template<class _RealType> bool std::operator==(const std::extreme_value_distribution<_RealType>&, const std::extreme_value_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:4434:5: note: template<class _RealType> bool std::operator==(const std::weibull_distribution<_RealType>&, const std::weibull_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:4259:5: note: template<class _RealType> bool std::operator==(const std::exponential_distribution<_RealType>&, const std::exponential_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:2459:9: note: template<class _RealType1> bool std::operator==(const std::gamma_distribution<_RealType>&, const std::gamma_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:3715:5: note: template<class _IntType> bool std::operator==(const std::geometric_distribution<_IntType>&, const std::geometric_distribution<_IntType>&)
- /usr/include/c++/4.6/bits/random.tcc:1684:5: note: template<class _RealType1> bool std::operator==(const std::normal_distribution<_RealType>&, const std::normal_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:3337:3: note: bool std::operator==(const std::bernoulli_distribution&, const std::bernoulli_distribution&)
- /usr/include/c++/4.6/bits/random.h:3337:3: note: no known conversion for argument 1 from ‘Point’ to ‘const std::bernoulli_distribution&’
- /usr/include/c++/4.6/bits/random.h:2798:5: note: template<class _RealType> bool std::operator==(const std::cauchy_distribution<_RealType>&, const std::cauchy_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:1906:5: note: template<class _IntType> bool std::operator==(const std::uniform_real_distribution<_IntType>&, const std::uniform_real_distribution<_IntType>&)
- /usr/include/c++/4.6/bits/random.h:1725:5: note: template<class _IntType> bool std::operator==(const std::uniform_int_distribution<_IntType>&, const std::uniform_int_distribution<_IntType>&)
- /usr/include/c++/4.6/bits/stl_vector.h:1273:5: note: template<class _Tp, class _Alloc> bool std::operator==(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)
- /usr/include/c++/4.6/bits/streambuf_iterator.h:194:5: note: template<class _CharT, class _Traits> bool std::operator==(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)
- /usr/include/c++/4.6/bits/basic_string.h:2460:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)
- /usr/include/c++/4.6/bits/basic_string.h:2448:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const _CharT*, const std::basic_string<_CharT, _Traits, _Alloc>&)
- /usr/include/c++/4.6/bits/basic_string.h:2434:5: note: template<class _CharT> typename __gnu_cxx::__enable_if<std::__is_char<_Tp>::__value, bool>::__type std::operator==(const std::basic_string<_CharT>&, const std::basic_string<_CharT>&)
- /usr/include/c++/4.6/bits/basic_string.h:2427:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
- /usr/include/c++/4.6/bits/allocator.h:127:5: note: template<class _Tp> bool std::operator==(const std::allocator<_Tp1>&, const std::allocator<_Tp1>&)
- /usr/include/c++/4.6/bits/allocator.h:122:5: note: template<class _T1, class _T2> bool std::operator==(const std::allocator<_T1>&, const std::allocator<_T2>&)
- /usr/include/c++/4.6/bits/stl_iterator.h:1031:5: note: template<class _Iterator> bool std::operator==(const std::move_iterator<_Iterator>&, const std::move_iterator<_Iterator>&)
- /usr/include/c++/4.6/bits/stl_iterator.h:1025:5: note: template<class _IteratorL, class _IteratorR> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorR>&)
- /usr/include/c++/4.6/bits/stl_iterator.h:335:5: note: template<class _IteratorL, class _IteratorR> bool std::operator==(const std::reverse_iterator<_IteratorL>&, const std::reverse_iterator<_IteratorR>&)
- /usr/include/c++/4.6/bits/stl_iterator.h:285:5: note: template<class _Iterator> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)
- /usr/include/c++/4.6/bits/stl_pair.h:201:5: note: template<class _T1, class _T2> constexpr bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)
- /usr/include/c++/4.6/bits/postypes.h:218:5: note: template<class _StateT> bool std::operator==(const std::fpos<_StateT>&, const std::fpos<_StateT>&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:71:28: error: ‘generate’ was not declared in this scope
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:76:26: error: ‘generate’ was not declared in this scope
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:77:24: error: missing template arguments before ‘(’ token
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp: In function ‘std::vector<Triple<double, double, double> > aandbGenerator(int)’:
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:89:21: error: no matching function for call to ‘Point::Point(int, int)’
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:89:21: note: candidates are:
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 0 arguments, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:89:30: error: no matching function for call to ‘Point::Point(int, int)’
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:89:30: note: candidates are:
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 0 arguments, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:90:21: error: no match for ‘operator==’ in ‘a == b’
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:90:21: note: candidates are:
- /usr/include/c++/4.6/functional:2233:5: note: template<class _Res, class ... _Args> bool std::operator==(std::nullptr_t, const std::function<_Res(_ArgTypes ...)>&)
- /usr/include/c++/4.6/functional:2227:5: note: template<class _Res, class ... _Args> bool std::operator==(const std::function<_Res(_ArgTypes ...)>&, std::nullptr_t)
- /usr/include/c++/4.6/tuple:575:5: note: template<class ... _TElements, class ... _UElements> bool std::operator==(const std::tuple<_TElements ...>&, const std::tuple<_Elements ...>&)
- /usr/include/c++/4.6/bits/random.h:5322:5: note: template<class _RealType> bool std::operator==(const std::piecewise_linear_distribution<_RealType>&, const std::piecewise_linear_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:5080:5: note: template<class _RealType> bool std::operator==(const std::piecewise_constant_distribution<_RealType>&, const std::piecewise_constant_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:4841:5: note: template<class _IntType> bool std::operator==(const std::discrete_distribution<_IntType>&, const std::discrete_distribution<_IntType>&)
- /usr/include/c++/4.6/bits/random.h:4609:5: note: template<class _RealType> bool std::operator==(const std::extreme_value_distribution<_RealType>&, const std::extreme_value_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:4434:5: note: template<class _RealType> bool std::operator==(const std::weibull_distribution<_RealType>&, const std::weibull_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:4259:5: note: template<class _RealType> bool std::operator==(const std::exponential_distribution<_RealType>&, const std::exponential_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:2459:9: note: template<class _RealType1> bool std::operator==(const std::gamma_distribution<_RealType>&, const std::gamma_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:3715:5: note: template<class _IntType> bool std::operator==(const std::geometric_distribution<_IntType>&, const std::geometric_distribution<_IntType>&)
- /usr/include/c++/4.6/bits/random.tcc:1684:5: note: template<class _RealType1> bool std::operator==(const std::normal_distribution<_RealType>&, const std::normal_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:3337:3: note: bool std::operator==(const std::bernoulli_distribution&, const std::bernoulli_distribution&)
- /usr/include/c++/4.6/bits/random.h:3337:3: note: no known conversion for argument 1 from ‘Point’ to ‘const std::bernoulli_distribution&’
- /usr/include/c++/4.6/bits/random.h:2798:5: note: template<class _RealType> bool std::operator==(const std::cauchy_distribution<_RealType>&, const std::cauchy_distribution<_RealType>&)
- /usr/include/c++/4.6/bits/random.h:1906:5: note: template<class _IntType> bool std::operator==(const std::uniform_real_distribution<_IntType>&, const std::uniform_real_distribution<_IntType>&)
- /usr/include/c++/4.6/bits/random.h:1725:5: note: template<class _IntType> bool std::operator==(const std::uniform_int_distribution<_IntType>&, const std::uniform_int_distribution<_IntType>&)
- /usr/include/c++/4.6/bits/stl_vector.h:1273:5: note: template<class _Tp, class _Alloc> bool std::operator==(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)
- /usr/include/c++/4.6/bits/streambuf_iterator.h:194:5: note: template<class _CharT, class _Traits> bool std::operator==(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)
- /usr/include/c++/4.6/bits/basic_string.h:2460:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)
- /usr/include/c++/4.6/bits/basic_string.h:2448:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const _CharT*, const std::basic_string<_CharT, _Traits, _Alloc>&)
- /usr/include/c++/4.6/bits/basic_string.h:2434:5: note: template<class _CharT> typename __gnu_cxx::__enable_if<std::__is_char<_Tp>::__value, bool>::__type std::operator==(const std::basic_string<_CharT>&, const std::basic_string<_CharT>&)
- /usr/include/c++/4.6/bits/basic_string.h:2427:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
- /usr/include/c++/4.6/bits/allocator.h:127:5: note: template<class _Tp> bool std::operator==(const std::allocator<_Tp1>&, const std::allocator<_Tp1>&)
- /usr/include/c++/4.6/bits/allocator.h:122:5: note: template<class _T1, class _T2> bool std::operator==(const std::allocator<_T1>&, const std::allocator<_T2>&)
- /usr/include/c++/4.6/bits/stl_iterator.h:1031:5: note: template<class _Iterator> bool std::operator==(const std::move_iterator<_Iterator>&, const std::move_iterator<_Iterator>&)
- /usr/include/c++/4.6/bits/stl_iterator.h:1025:5: note: template<class _IteratorL, class _IteratorR> bool std::operator==(const std::move_iterator<_IteratorL>&, const std::move_iterator<_IteratorR>&)
- /usr/include/c++/4.6/bits/stl_iterator.h:335:5: note: template<class _IteratorL, class _IteratorR> bool std::operator==(const std::reverse_iterator<_IteratorL>&, const std::reverse_iterator<_IteratorR>&)
- /usr/include/c++/4.6/bits/stl_iterator.h:285:5: note: template<class _Iterator> bool std::operator==(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)
- /usr/include/c++/4.6/bits/stl_pair.h:201:5: note: template<class _T1, class _T2> constexpr bool std::operator==(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)
- /usr/include/c++/4.6/bits/postypes.h:218:5: note: template<class _StateT> bool std::operator==(const std::fpos<_StateT>&, const std::fpos<_StateT>&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:91:28: error: ‘generate’ was not declared in this scope
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:96:24: error: missing template arguments before ‘(’ token
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:96:45: error: no matching function for call to ‘Point::Point(double, double)’
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:96:45: note: candidates are:
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 0 arguments, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: candidate expects 1 argument, 2 provided
- In file included from /usr/include/c++/4.6/vector:63:0,
- from /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:2:
- /usr/include/c++/4.6/bits/stl_construct.h: In function ‘void std::_Construct(_T1*, _Args&& ...) [with _T1 = Triple<double, double, double>, _Args = {}]’:
- /usr/include/c++/4.6/bits/stl_uninitialized.h:481:3: instantiated from ‘static void std::__uninitialized_default_n_1<_TrivialValueType>::__uninit_default_n(_ForwardIterator, _Size) [with _ForwardIterator = Triple<double, double, double>*, _Size = long unsigned int, bool _TrivialValueType = false]’
- /usr/include/c++/4.6/bits/stl_uninitialized.h:529:7: instantiated from ‘void std::__uninitialized_default_n(_ForwardIterator, _Size) [with _ForwardIterator = Triple<double, double, double>*, _Size = long unsigned int]’
- /usr/include/c++/4.6/bits/stl_uninitialized.h:589:7: instantiated from ‘void std::__uninitialized_default_n_a(_ForwardIterator, _Size, std::allocator<_Tp>&) [with _ForwardIterator = Triple<double, double, double>*, _Size = long unsigned int, _Tp = Triple<double, double, double>]’
- /usr/include/c++/4.6/bits/stl_vector.h:1134:2: instantiated from ‘void std::vector<_Tp, _Alloc>::_M_default_initialize(std::vector<_Tp, _Alloc>::size_type) [with _Tp = Triple<double, double, double>, _Alloc = std::allocator<Triple<double, double, double> >, std::vector<_Tp, _Alloc>::size_type = long unsigned int]’
- /usr/include/c++/4.6/bits/stl_vector.h:239:9: instantiated from ‘std::vector<_Tp, _Alloc>::vector(std::vector<_Tp, _Alloc>::size_type) [with _Tp = Triple<double, double, double>, _Alloc = std::allocator<Triple<double, double, double> >, std::vector<_Tp, _Alloc>::size_type = long unsigned int]’
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:66:50: instantiated from here
- /usr/include/c++/4.6/bits/stl_construct.h:76:7: error: no matching function for call to ‘Triple<double, double, double>::Triple()’
- /usr/include/c++/4.6/bits/stl_construct.h:76:7: note: candidates are:
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:15:5: note: Triple<A, B, C>::Triple(const A&, const B&, const C&) [with A = double, B = double, C = double]
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:15:5: note: candidate expects 3 arguments, 0 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:10:7: note: constexpr Triple<double, double, double>::Triple(const Triple<double, double, double>&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:10:7: note: candidate expects 1 argument, 0 provided
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:10:7: note: constexpr Triple<double, double, double>::Triple(Triple<double, double, double>&&)
- /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:10:7: note: candidate expects 1 argument, 0 provided
- make[2]: *** [CMakeFiles/orientation-testgen.dir/testgen.cpp.o] Error 1
- make[1]: *** [CMakeFiles/orientation-testgen.dir/all] Error 2
- make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement