Changeset 2103 for code/trunk/src/core/Identifier.h
- Timestamp:
- Nov 2, 2008, 12:22:42 AM (17 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed (with no actual effect on merging)
-
code/trunk/src/core/Identifier.h
r2087 r2103 485 485 You can only assign an Identifier that belongs to a class T (or derived) to a SubclassIdentifier<T>. 486 486 If you assign something else, the program aborts. 487 Because we know the minim altype, a dynamic_cast is done, which makes it easier to create a new object.487 Because we know the minimum type, a dynamic_cast is done, which makes it easier to create a new object. 488 488 */ 489 489 template <class T>
Note: See TracChangeset
for help on using the changeset viewer.