Changeset eb70dd in git
- Timestamp:
- Jul 12, 2010, 10:50:24 AM (13 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- e01911dc25623127c0b1c73c276d3478cefb7350
- Parents:
- c8f738def037cddb1fcada51b7f0495df898cd6e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/int64vec.h
rc8f738d reb70dd 41 41 return v[i]; 42 42 } 43 inline const int & operator[](int i) const43 inline const int64& operator[](int i) const 44 44 { 45 45 #ifndef NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.