cgal/Number_types
Laurent Rineau 1afe2371ba backport from trunk:
| ------------------------------------------------------------------------
  | r58160 | lrineau | 2010-08-19 14:05:16 +0200 (Thu, 19 Aug 2010) | 10 lines
  | Changed paths:
  |    M /trunk/Number_types/test/Number_types/to_interval_test.cpp
  | 
  | Fix a compilation bug with recent Boost. test(NT) must be fully qualified:
  | ::test.
  | 
  | 
  | The error message was:
  | /home/lrineau/CGAL/boost/1.44-beta1/include/boost/type_traits/has_new_operator.hpp: In function 'int main()':
  | /home/lrineau/CGAL/boost/1.44-beta1/include/boost/type_traits/has_new_operator.hpp:24: error: 'template<class U, U x> struct boost::detail::test' is not a function,
  | /home/lrineau/CGAL/CGAL-3.7-I-139/cmake/platforms/x86-64_Linux-2.6_g++-4.4.4_F13/test/Number_types/to_interval_test.cpp:30: error:   conflict with 'template<class NT> void test(const NT&)'
  | /home/lrineau/CGAL/CGAL-3.7-I-139/cmake/platforms/x86-64_Linux-2.6_g++-4.4.4_F13/test/Number_types/to_interval_test.cpp:73: error:   in call to 'test'
  | 
  | ------------------------------------------------------------------------
2010-08-19 12:06:49 +00:00
..
doc_tex
include/CGAL
package_info/Number_types
src/CGAL
test/Number_types
KNOWN_PROBLEMS_WITH_FLOATING_POINT
dont_submit