Changeset 1999
- Timestamp:
- Jun 15, 2006, 9:21:24 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
to-imperative/trunk/runtime/rf_mpint.hh
r1987 r1999 37 37 RF_NEW_SYMBOL(MPInt, ObjectTerm); 38 38 39 template<> 39 40 inline bool RF_SYMBOL(MPInt)::eq ( 40 41 RF_SYMBOL(MPInt) const* _s1, RF_SYMBOL(MPInt) const* _s2 … … 44 45 } 45 46 47 template<> 46 48 inline int RF_SYMBOL(MPInt)::compare ( 47 49 RF_SYMBOL(MPInt) const* _s1, RF_SYMBOL(MPInt) const* _s2 … … 51 53 } 52 54 55 template<> 53 56 inline pxx::WString RF_SYMBOL(MPInt)::to_string (RF_SYMBOL(MPInt) const* _s) 54 57 {
Note: See TracChangeset
for help on using the changeset viewer.