include <iosfwd> instead of <iostream>
avoid bloat caused by <iostream> and std::cout and friends in apps where iostream are not used.
Showing
Please register or sign in to comment
avoid bloat caused by <iostream> and std::cout and friends in apps where iostream are not used.