Ignore:
Timestamp:
04/09/15 23:51:28 (9 years ago)
Author:
Maciej Komosinski
Message:
  • explicit c_str() in SString instead of (const char*) cast
  • genetic converters and GenMan? are now thread-local which enables multi-threaded simulator separation
File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/_demos/shapeconvert.cpp

    r286 r348  
    8787
    8888        Geno f0_g = newmodel.getF0Geno();
    89         puts((const char*)f0_g.toString());
     89        puts(f0_g.toString().c_str());
    9090
    9191        return 0;
Note: See TracChangeset for help on using the changeset viewer.