Changeset 3586 in Sophya for trunk/SophyaLib/SysTools/rpneval.h
- Timestamp:
- Mar 5, 2009, 2:26:06 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/SysTools/rpneval.h
r2598 r3586 22 22 class RPNExprException : public PException { 23 23 public: 24 explicit RPNExprException(const char * m) : PException(m) {}25 explicit RPNExprException(const string& m) : PException(m) {}24 explicit RPNExprException(const char * m) throw() : PException(m) {} 25 explicit RPNExprException(const string& m) throw() : PException(m) {} 26 26 }; 27 27
Note:
See TracChangeset
for help on using the changeset viewer.