mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Updated Clara with handling for / on Windows
This commit is contained in:
4
third_party/clara.hpp
vendored
4
third_party/clara.hpp
vendored
@@ -341,6 +341,10 @@ namespace clara { namespace TextFlow
|
||||
#include <set>
|
||||
#include <algorithm>
|
||||
|
||||
#if !defined(CLARA_PLATFORM_WINDOWS) && ( defined(WIN32) || defined(__WIN32__) || defined(_WIN32) || defined(_MSC_VER) )
|
||||
#define CLARA_PLATFORM_WINDOWS
|
||||
#endif
|
||||
|
||||
namespace clara {
|
||||
namespace detail {
|
||||
|
||||
|
Reference in New Issue
Block a user