Ignore:
Timestamp:
06/13/18 16:48:53 (6 years ago)
Author:
oabramkina
Message:

Replacing Boost's unordered_map and shared_pointer by its STL counterparts.

Two notes for Curie:

  • one can see the content of unordered_map with ddt only if XIOS has been compiled with gnu
  • XIOS will not compile any more with pgi (all available versions use old STL which are not up to the c++11 norms)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/server.cpp

    r1519 r1542  
    791791      if (!fb->is_open()) 
    792792        ERROR("void CServer::openStream(const StdString& fileName, const StdString& ext, std::filebuf* fb)", 
    793               << std::endl << "Can not open <" << fileNameClient << "> file to write the server log(s)."); 
     793              << std::endl << "Can not open <" << fileNameClient.str() << "> file to write the server log(s)."); 
    794794    } 
    795795 
Note: See TracChangeset for help on using the changeset viewer.