Changeset 2040 for trunk/docsrc/const.dd
- Timestamp:
- 09/19/10 02:11:27 (2 years ago)
- Files:
-
- trunk/docsrc/const.dd (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/docsrc/const.dd
r747 r2040 355 355 But const cannot be implicitly converted to invariant, and neither can 356 356 mutable references. 357 Essentially, const is a weaker form of invariant because it says: "you can't358 change this data; someone else may or may not be able to change it. "357 Essentially, const is a weaker form of invariant because it says: $(DOUBLEQUOTE you can't 358 change this data; someone else may or may not be able to change it.) 359 359 ) 360 360
