Changeset 8901 in ntrip for trunk/BNC/newmat/include.h


Ignore:
Timestamp:
Mar 18, 2020, 11:06:13 AM (4 years ago)
Author:
stuerze
Message:

upgrade to newmat11 library

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/newmat/include.h

    r2013 r8901  
    1 /// \defgroup rbd_common RBD common library 
     1/// \defgroup rbd_common RBD common library
    22///@{
    33
     
    4444//#define HAS_INT64                     // if unsigned _int64 is recognised
    4545                                        // used by newran03
    46                                        
     46
     47//#define set_unix_options              // set if running UNIX or LINUX
     48
    4749// comment out next line if Exception causes a problem
    4850#define TypeDefException
     
    6365#endif
    6466
     67// for Intel C++ for Windows
     68#if defined __ICL
     69   #define _STANDARD_                   // use standard library
     70   #define ios_format_flags ios::fmtflags
     71#endif
     72
    6573// for Microsoft Visual C++ 7 and above (and Intel simulating these)
    6674#if defined _MSC_VER && _MSC_VER >= 1300
    6775   #define _STANDARD_                   // use standard library
     76#endif
     77
     78// for Borland Builder C++ 2006 and above
     79#if defined __BCPLUSPLUS__ && __BCPLUSPLUS__ >= 0x0570
     80   #define _STANDARD_                   // use standard library
     81   #define ios_format_flags ios::fmtflags
    6882#endif
    6983
     
    90104      #include <fstream>
    91105   #endif
    92    ////using namespace std;
    93    #define USE_STD_NAMESPACE
     106   using namespace std;
    94107#else
    95108
Note: See TracChangeset for help on using the changeset viewer.