mirror of https://github.com/CGAL/cgal
CGAL/config/msvc7/iterators_specializations.h added for VC7.
This commit is contained in:
parent
e761829c74
commit
6aae0140f8
|
|
@ -1,3 +1,6 @@
|
|||
2.20
|
||||
+ CGAL/config/msvc7/iterators_specializations.h added for VC7.
|
||||
|
||||
2.19
|
||||
+ Removed namespace CGAL::std for msvc.
|
||||
|
||||
|
|
|
|||
|
|
@ -21,6 +21,10 @@
|
|||
#pragma warning(once: 4291)
|
||||
#pragma warning(once:4503)
|
||||
|
||||
#ifdef _MSC_VER >= 1300
|
||||
#include <CGAL/config/msvc7/iterators_specializations.h>
|
||||
#endif
|
||||
|
||||
#include <cmath>
|
||||
namespace std {
|
||||
using ::sqrt;
|
||||
|
|
|
|||
Loading…
Reference in New Issue