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