Changeset 4053 in Sophya for trunk/SophyaLib
- Timestamp:
- Mar 17, 2012, 11:06:33 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaLib/BaseTools/ppfwrapstlv.h
r4051 r4053 23 23 c++ I/O operators POutPersist& << and PInPersist& >> should be 24 24 defined for the type \b T and the resulting handler must be registered 25 using the macro \b PPRegister(PPFWrapperSTLVector<T>) 25 using the macro \b PPRegister(PPFWrapperSTLVector<T>). However, automatic 26 registration of PPFWrapperSTLVector<T> have been implemented in february 2012, 27 durng the first call to Read() or Write(). 28 26 29 */ 27 30
Note:
See TracChangeset
for help on using the changeset viewer.