fix dup string_view
All checks were successful
linux-arm-gcc / linux-gcc-armhf (push) Successful in 1m27s
linux-aarch64-cpu-gcc / linux-gcc-aarch64 (push) Successful in 1m44s
linux-x64-gcc / linux-gcc (Release) (push) Successful in 1m41s
linux-mips64-gcc / linux-gcc-mips64el (Release) (push) Successful in 1m55s
linux-x64-gcc / linux-gcc (Debug) (push) Successful in 2m37s
linux-mips64-gcc / linux-gcc-mips64el (Debug) (push) Successful in 2m46s

This commit is contained in:
tqcq 2024-04-09 21:24:07 +08:00
parent 3d5ee02b17
commit 9d64455d57
2 changed files with 398 additions and 580 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1704,10 +1704,10 @@ public:
#endif// nssv_HAVE_STD_HASH
namespace sled {
using namespace nonstd;
}
nssv_RESTORE_WARNINGS()
#endif// nssv_HAVE_STD_STRING_VIEW
namespace sled {
using namespace nonstd;
}
#endif// NONSTD_SV_LITE_H_INCLUDED