mirror of
https://github.com/BlackMATov/enum.hpp.git
synced 2025-12-12 22:11:32 +07:00
fix msvc 2019 CI compilation
This commit is contained in:
@@ -8,12 +8,11 @@
|
||||
|
||||
#include "doctest/doctest.hpp"
|
||||
|
||||
#include <iostream>
|
||||
#include <iterator>
|
||||
#include <string_view>
|
||||
#include <string>
|
||||
#include <type_traits>
|
||||
|
||||
using namespace std::string_view_literals;
|
||||
|
||||
namespace
|
||||
{
|
||||
template < typename Enum >
|
||||
|
||||
Reference in New Issue
Block a user