include <iosfwd> instead of <iostream>
avoid bloat caused by <iostream> and std::cout and friends in apps where iostream are not used.
This commit is contained in:
parent
f1c543cb7b
commit
f0ca96d462
3 changed files with 3 additions and 1 deletions
|
@ -36,6 +36,7 @@ using nlohmann::json;
|
|||
#include <list>
|
||||
#include <unordered_map>
|
||||
#include <unordered_set>
|
||||
#include <iostream>
|
||||
|
||||
TEST_CASE("README", "[hide]")
|
||||
{
|
||||
|
|
|
@ -33,6 +33,7 @@ SOFTWARE.
|
|||
using nlohmann::json;
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
|
||||
extern size_t calls;
|
||||
size_t calls = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue