Changeset 4608 for source/ariba/utility
- Timestamp:
- Jun 29, 2009, 3:32:18 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
source/ariba/utility/types/Identifier.h
r4606 r4608 593 593 isUnspec = false; 594 594 isUnspec = unspec; 595 std::cout << "isUnspec: " << isUnspec << " " << "unspec: " <<unspec << std::endl;595 std::cout << "isUnspec: " << (isUnspec ? "true" : "false") << " " << "unspec: " << (int)unspec << std::endl; 596 596 } 597 597
Note:
See TracChangeset
for help on using the changeset viewer.