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


Ignore:
Timestamp:
May 19, 2021, 1:32:38 PM (3 years ago)
Author:
stuerze
Message:

newmat is reverted to its stable version 10 because version 11beta was not working with mac compilers

File:
1 edited

Legend:

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

    r8901 r9434  
    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 
    47 //#define set_unix_options              // set if running UNIX or LINUX
    48 
     46                                       
    4947// comment out next line if Exception causes a problem
    5048#define TypeDefException
     
    6563#endif
    6664
    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 
    7365// for Microsoft Visual C++ 7 and above (and Intel simulating these)
    7466#if defined _MSC_VER && _MSC_VER >= 1300
    7567   #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
    8268#endif
    8369
     
    10490      #include <fstream>
    10591   #endif
    106    using namespace std;
     92   ////using namespace std;
     93   #define USE_STD_NAMESPACE
    10794#else
    10895
Note: See TracChangeset for help on using the changeset viewer.