Changeset 36533 in vbox for trunk/include/iprt
- Timestamp:
- Apr 4, 2011 2:45:36 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70959
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/cpp/list.h
r36532 r36533 175 175 */ 176 176 typedef typename RTCIfPtr<ITYPE, T&, T>::result GET_RTYPE; 177 typedef typename RTCIfPtr<ITYPE, const T&, constT>::result GET_CRTYPE;177 typedef typename RTCIfPtr<ITYPE, const T&, T>::result GET_CRTYPE; 178 178 179 179 public:
Note:
See TracChangeset
for help on using the changeset viewer.