Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onqtam/doctest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronqtam <vik.kirilov@gmail.com>2017-10-28 21:30:45 +0300
committeronqtam <vik.kirilov@gmail.com>2017-10-29 17:08:35 +0300
commitabf39d27d76eb8437dc303682fedf1d808bd5906 (patch)
tree33506d088694480553a86220e4aa19ca2ca767ef /examples/all_features/stringification.cpp
parent4059afead1675534184e0e59a558aec059456a6c (diff)
Visual studio builds now use /Wall instead of /W4 - and only 4 warnings are left disabled globally - fixes #95
Diffstat (limited to 'examples/all_features/stringification.cpp')
-rw-r--r--examples/all_features/stringification.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/all_features/stringification.cpp b/examples/all_features/stringification.cpp
index 58691df1..13e373cb 100644
--- a/examples/all_features/stringification.cpp
+++ b/examples/all_features/stringification.cpp
@@ -2,11 +2,12 @@
#include "header.h"
+DOCTEST_MAKE_STD_HEADERS_CLEAN_FROM_WARNINGS_ON_WALL_BEGIN
#include <string>
#include <vector>
#include <list>
-
#include <sstream>
+DOCTEST_MAKE_STD_HEADERS_CLEAN_FROM_WARNINGS_ON_WALL_END
// the standard forbids writing in the std namespace but it works on all compilers
namespace std