Skip to content
Snippets Groups Projects
Commit 8da1440f authored by Nick Laurenson's avatar Nick Laurenson
Browse files

remove std::defaultfloat which is not supported by gcc 4.8 (default ubuntu 14.04)

parent 9bed8fd9
No related branches found
No related tags found
No related merge requests found
......@@ -150,7 +150,7 @@ int main(int argc, char* argv[])
std::cout << std::fixed
<< std::right << std::setw(OUTPUT_WIDTH) << nbPacketSended
<< std::fixed << std::right << std::setw(OUTPUT_WIDTH) << secondSinceStart
<< std::defaultfloat << std::right << std::setw(OUTPUT_WIDTH)
<< std::right << std::setw(OUTPUT_WIDTH)
<< static_cast<double>(nbPacketSended) / secondSinceStart
<< std::right << std::setw(OUTPUT_WIDTH) << time_delay
<< std::endl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment