Changeset 1270:806451fd084b in lemon-0.x for src/lemon/utility.h
- Timestamp:
- 03/29/05 09:35:09 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1698
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/lemon/utility.h
r1256 r1270 38 38 { 39 39 40 /// Basic type for defining "tags". A "YES" condi dion for enable_if.40 /// Basic type for defining "tags". A "YES" condition for enable_if. 41 41 42 42 /// \todo This should go to a separate "basic_types.h" (or something) … … 46 46 }; 47 47 48 /// Basic type for defining "tags". A "NO" condi dion for enable_if.48 /// Basic type for defining "tags". A "NO" condition for enable_if. 49 49 struct False { 50 50 static const bool value = false;
Note: See TracChangeset
for help on using the changeset viewer.