mirror of https://github.com/CGAL/cgal
*** empty log message ***
This commit is contained in:
parent
3f6f9dbb15
commit
58ec2d3640
|
|
@ -1,3 +1,7 @@
|
|||
//-----------------------------------------------------------------------//
|
||||
// 1.49
|
||||
+ Added pragma for MSVC to report truncation of names only once.
|
||||
|
||||
//-----------------------------------------------------------------------//
|
||||
// 1.48
|
||||
+ Added file Borland_fixes.h that gets included by config.h
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
// release :
|
||||
// release_date :
|
||||
//
|
||||
// file : include/CGAL/BCC_standard_header_fixes.h
|
||||
// file : include/CGAL/Borland_fixes.h
|
||||
// chapter : $CGAL_Chapter: Configuration $
|
||||
//
|
||||
// author(s) : Dimitri Pasechnik <dima@cs.uu.nl>
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#define CGAL_MSVC_STANDARD_HEADER_FIXES_H
|
||||
|
||||
#pragma warning(once: 4291)
|
||||
#pragma warning(once:4503)
|
||||
|
||||
#include <cmath>
|
||||
namespace std {
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.48 (27 October 1999)
|
||||
1.49 (11 November 1999)
|
||||
|
|
|
|||
Loading…
Reference in New Issue