Ignore:
Timestamp:
Jun 29, 2009, 3:32:18 PM (15 years ago)
Author:
Christoph Mayer
Message:

unspec identifier handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/utility/types/Identifier.h

    r4606 r4608  
    593593                isUnspec = false;
    594594                isUnspec = unspec;
    595                 std::cout << "isUnspec: " << isUnspec << "   " << "unspec: " << unspec << std::endl;
     595                std::cout << "isUnspec: " << (isUnspec ? "true" : "false") << "   " << "unspec: " << (int)unspec << std::endl;
    596596        }
    597597
Note: See TracChangeset for help on using the changeset viewer.