mirror of
https://github.com/gabime/spdlog.git
synced 2025-09-28 17:19:34 +08:00
fixed test for gcc 4.8 (no regex)
This commit is contained in:
@@ -6,7 +6,10 @@
|
||||
#include <ostream>
|
||||
#include <chrono>
|
||||
#include <exception>
|
||||
// regex supported only from gcc 4.9 and above
|
||||
#if !(__GNUC__ <= 4 && __GNUC_MINOR__ < 9)
|
||||
#include <regex>
|
||||
#endif
|
||||
#include "catch.hpp"
|
||||
#include "utils.h"
|
||||
|
||||
|
Reference in New Issue
Block a user