Added std:: qualification to some functions from C stdlib

This should solve #543, once Clara changes are in as well.
This commit is contained in:
Martin Hořeňovský
2017-01-26 19:11:20 +01:00
parent fd7dde10d3
commit d0620c3495
5 changed files with 6 additions and 5 deletions

View File

@@ -24,6 +24,7 @@
#include <sstream>
#include <stdexcept>
#include <algorithm>
#include <cctype>
#include "catch_compiler_capabilities.h"