cgal/Polynomial/include/CGAL
Laurent Rineau d2eb07bbcd Fix warning
This file specializes `std::swap` for a CGAL class. The `noexpect`
part of the signature was missing (when C++11).

```
In file included from [..]/test/Polynomial/Exponent_vector.cpp:4:
[...]/include/CGAL/Exponent_vector.h:172:6: warning: 'swap<CGAL::Exponent_vector>' is missing exception specification 'noexcept(is_nothrow_move_constructible<Exponent_vector>::value && is_nothrow_move_assignable<Exponent_vector>::value)'
void swap(CGAL::Exponent_vector& ev1, CGAL::Exponent_vector& ev2){
     ^
                                                                  noexcept(is_nothrow_move_constructible<Exponent_vector>::value && is_nothrow_move_assignable<Exponent_vector>::value)
[..]/include/CGAL/Exponent_vector.h:172:6: note: previous declaration is here
1 warning generated.
```
https://cgal.geometryfactory.com/CGAL/testsuite/CGAL-4.14-Ic-99/Polynomial/TestReport_cgaltester_x86-64_Darwin-13.0_Apple-clang-5.0_Release-cpp11.gz
2019-01-17 10:11:42 +01:00
..
Polynomial Fix Kernel_23 and Cone_spanner 2019-01-09 17:54:47 +01:00
Test Put CGAL::random_shuffle() in the subnamespace cpp98 2018-04-11 09:32:23 +01:00
Exponent_vector.h Fix warning 2019-01-17 10:11:42 +01:00
Polynomial.h Refresh branch 2018-02-12 22:21:38 +01:00
Polynomial_traits_d.h Fixed namespace 2018-06-13 17:10:36 +02:00
Polynomial_type_generator.h Arrangements 2018-01-18 15:05:34 +00:00
polynomial_utils.h add SPDX identifier for files under the LGPL-3+ license 2017-11-12 10:17:50 +01:00