*** empty log message ***

This commit is contained in:
Geert-Jan Giezeman 1999-11-11 12:19:47 +00:00
parent 3f6f9dbb15
commit 58ec2d3640
4 changed files with 7 additions and 2 deletions

View File

@ -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

View File

@ -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>

View File

@ -19,6 +19,7 @@
#define CGAL_MSVC_STANDARD_HEADER_FIXES_H
#pragma warning(once: 4291)
#pragma warning(once:4503)
#include <cmath>
namespace std {

View File

@ -1 +1 @@
1.48 (27 October 1999)
1.49 (11 November 1999)