Changeset 8901 in ntrip for trunk/BNC/newmat/myexcept.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/myexcept.h

    r2013 r8901  
    7575   static void AddTrace();               // insert trace in exception record
    7676   static Tracer* last;                  // points to Tracer list
     77   static void clear() {}                // for compatibility
    7778   friend class BaseException;
    7879};
     
    9394   static const char* what() { return what_error; }
    9495                                         // for getting error message
     96   static void clear() {}                // for compatibility
    9597};
    9698
Note: See TracChangeset for help on using the changeset viewer.