-
Type: Improvement
-
Resolution: Done
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: Performance
-
None
-
Environment:Any && All
According to the [C++ Core Guidelines](https://github.com/isocpp/CppCoreGuidelines) @ `SL.50`, the use of `std::endl` causes performance degradation and should be replaced with '\n'...