Visual studio version is working

This commit is contained in:
2023-05-09 22:12:17 -04:00
parent 48628655fc
commit b42393bbac
5 changed files with 138 additions and 95 deletions

View File

@@ -14,14 +14,6 @@
#include <charconv>
#ifdef WIN32
#endif
#ifndef WIN32
#include <time.h>
#include <unistd.h>
#endif
namespace sv {
bool case_insensitive_eq(string_view s1, string_view s2) {