Advertisement
karlicoss

sdfsaf

Apr 8th, 2012
406
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 22.48 KB | None | 0 0
  1. karlicos@karlicos-k52u : 13:42 in /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests $ make
  2. [100%] Building CXX object CMakeFiles/orientation-testgen.dir/testgen.cpp.o
  3. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:49:12: error: expected ‘)’ before ‘,’ token
  4. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp: In member function ‘std::string Point::str():
  5. /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
  6. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:56:27: error: expected ‘;’ before string constant
  7. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp: In function ‘std::vector<Triple<double, double, double> > simpleTests(int):
  8. /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)
  9. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:69:21: note: candidates are:
  10. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
  11. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 0 arguments, 2 provided
  12. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
  13. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  14. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
  15. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  16. /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)
  17. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:69:30: note: candidates are:
  18. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
  19. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 0 arguments, 2 provided
  20. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
  21. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  22. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
  23. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  24. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:70:21: error: no match for ‘operator==’ in ‘a == b’
  25. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:70:21: note: candidates are:
  26. /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 ...)>&)
  27. /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)
  28. /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 ...>&)
  29. /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>&)
  30. /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>&)
  31. /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>&)
  32. /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>&)
  33. /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>&)
  34. /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>&)
  35. /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>&)
  36. /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>&)
  37. /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>&)
  38. /usr/include/c++/4.6/bits/random.h:3337:3: note: bool std::operator==(const std::bernoulli_distribution&, const std::bernoulli_distribution&)
  39. /usr/include/c++/4.6/bits/random.h:3337:3: note:   no known conversion for argument 1 from ‘Point’ to ‘const std::bernoulli_distribution&
  40. /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>&)
  41. /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>&)
  42. /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>&)
  43. /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>&)
  44. /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>&)
  45. /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*)
  46. /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>&)
  47. /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>&)
  48. /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>&)
  49. /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>&)
  50. /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>&)
  51. /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>&)
  52. /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>&)
  53. /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>&)
  54. /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>&)
  55. /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>&)
  56. /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>&)
  57. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:71:28: error: ‘generate’ was not declared in this scope
  58. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:76:26: error: ‘generate’ was not declared in this scope
  59. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:77:24: error: missing template arguments before ‘(’ token
  60. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp: In function ‘std::vector<Triple<double, double, double> > aandbGenerator(int):
  61. /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)
  62. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:89:21: note: candidates are:
  63. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
  64. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 0 arguments, 2 provided
  65. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
  66. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  67. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
  68. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  69. /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)
  70. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:89:30: note: candidates are:
  71. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
  72. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 0 arguments, 2 provided
  73. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
  74. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  75. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
  76. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  77. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:90:21: error: no match for ‘operator==’ in ‘a == b’
  78. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:90:21: note: candidates are:
  79. /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 ...)>&)
  80. /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)
  81. /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 ...>&)
  82. /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>&)
  83. /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>&)
  84. /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>&)
  85. /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>&)
  86. /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>&)
  87. /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>&)
  88. /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>&)
  89. /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>&)
  90. /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>&)
  91. /usr/include/c++/4.6/bits/random.h:3337:3: note: bool std::operator==(const std::bernoulli_distribution&, const std::bernoulli_distribution&)
  92. /usr/include/c++/4.6/bits/random.h:3337:3: note:   no known conversion for argument 1 from ‘Point’ to ‘const std::bernoulli_distribution&
  93. /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>&)
  94. /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>&)
  95. /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>&)
  96. /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>&)
  97. /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>&)
  98. /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*)
  99. /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>&)
  100. /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>&)
  101. /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>&)
  102. /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>&)
  103. /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>&)
  104. /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>&)
  105. /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>&)
  106. /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>&)
  107. /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>&)
  108. /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>&)
  109. /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>&)
  110. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:91:28: error: ‘generate’ was not declared in this scope
  111. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:96:24: error: missing template arguments before ‘(’ token
  112. /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)
  113. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:96:45: note: candidates are:
  114. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: Point::Point()
  115. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 0 arguments, 2 provided
  116. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(const Point&)
  117. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  118. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note: constexpr Point::Point(Point&&)
  119. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:45:7: note:   candidate expects 1 argument, 2 provided
  120. In file included from /usr/include/c++/4.6/vector:63:0,
  121.                  from /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:2:
  122. /usr/include/c++/4.6/bits/stl_construct.h: In function ‘void std::_Construct(_T1*, _Args&& ...) [with _T1 = Triple<double, double, double>, _Args = {}]:
  123. /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]
  124. /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]
  125. /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>]
  126. /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]
  127. /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]
  128. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:66:50:   instantiated from here
  129. /usr/include/c++/4.6/bits/stl_construct.h:76:7: error: no matching function for call to ‘Triple<double, double, double>::Triple()
  130. /usr/include/c++/4.6/bits/stl_construct.h:76:7: note: candidates are:
  131. /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]
  132. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:15:5: note:   candidate expects 3 arguments, 0 provided
  133. /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>&)
  134. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:10:7: note:   candidate expects 1 argument, 0 provided
  135. /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>&&)
  136. /L/univer/term4/compgeom/evaluator-tasks/cg2012.1/checkers/32-orientation/tests/testgen.cpp:10:7: note:   candidate expects 1 argument, 0 provided
  137. make[2]: *** [CMakeFiles/orientation-testgen.dir/testgen.cpp.o] Error 1
  138. make[1]: *** [CMakeFiles/orientation-testgen.dir/all] Error 2
  139. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement