Changeset 1500 for trunk/yat/classifier
- Timestamp:
- Sep 15, 2008, 8:47:37 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/classifier/Target.h
r1487 r1500 26 26 */ 27 27 28 #include "yat/utility/deprecate.h" 28 29 #include "yat/utility/Exception.h" 29 30 … … 161 162 /// API. Use operator(). 162 163 /// 163 size_t operator[](size_t sample) const ;164 size_t operator[](size_t sample) const YAT_DEPRECATE; 164 165 165 166 ///
Note: See TracChangeset
for help on using the changeset viewer.