widgets: remove the libc++ version check (#818)

see https://github.com/hyprwm/hyprlock/issues/816
This commit is contained in:
lysolaka 2025-07-11 09:25:16 +02:00 committed by GitHub
parent fee04f6406
commit 46498da4a0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,7 +10,7 @@
using namespace Hyprutils::String;
#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION < 190100
#if defined(_LIBCPP_VERSION)
#pragma comment(lib, "date-tz")
#include <date/tz.h>
namespace std {