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:
5
include/external/clara.hpp
vendored
5
include/external/clara.hpp
vendored
@@ -343,6 +343,11 @@ namespace Catch { 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 Catch { namespace clara {
|
||||
namespace detail {
|
||||
|
||||
|
Reference in New Issue
Block a user