Skip to content

Commit

Permalink
Fix locale::facet::_S_create_c_locale name not valid
Browse files Browse the repository at this point in the history
  • Loading branch information
ssitu committed Dec 6, 2023
1 parent 22b38af commit c564f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Agents/GP/GPTrainingLoop.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ namespace cowboys {
const size_t numAgents = numArenas * NumAgentsForArena;

std::stringstream ss;
ss.imbue(std::locale(""));
// ss.imbue(std::locale(""));
ss << std::fixed << numAgents;

std::cout << "number of agents " << std::fixed << ss.str() << std::endl;
Expand Down

0 comments on commit c564f50

Please sign in to comment.