Show
Ignore:
Timestamp:
01/05/07 16:01:18 (2 years ago)
Author:
dshipton
Message:

Use the standard C++ headers cassert and cerrno instead of the old pre-standard ones that pollute the global namespace.
This is in reference to Ticket #128.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Source/Base/Base/OSGReal16.cpp

    r106 r468  
    4545//--------------------------------------------------------------------------- 
    4646 
    47 #include <assert.h
     47#include <cassert
    4848 
    4949#include "OSGBaseTypes.h"