Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 11, 2008, 4:40:01 PM (16 years ago)
Author:
rgrieder
Message:

gcc test commit again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/core3/src/util/ArgReader.cc

    r1766 r1768  
    8282  CmdLineArg arg;
    8383
    84   int a = ImplicitConversion<FooBar, const char*>::exists;
     84  //std::cout << errorString_;
     85
     86  int a = conversionTests::ImplicitConversion<FooBar, const char*>::exists;
    8587  int val1;
    8688  long long val2 = conversion_cast<long long>(val1);
Note: See TracChangeset for help on using the changeset viewer.