From b8c0bbe03a9bde8f2202ff0aca892589efed0e42 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Sat, 1 Apr 2023 23:22:49 -0500 Subject: [PATCH] [ox] Switch Mac to use builtin bit_cast --- deps/ox/src/ox/std/bit.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deps/ox/src/ox/std/bit.hpp b/deps/ox/src/ox/std/bit.hpp index 7f9e5d4b..c83f6db4 100644 --- a/deps/ox/src/ox/std/bit.hpp +++ b/deps/ox/src/ox/std/bit.hpp @@ -1,5 +1,5 @@ /* - * Copyright 2015 - 2022 gary@drinkingtea.net + * Copyright 2015 - 2023 gary@drinkingtea.net * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this @@ -17,7 +17,7 @@ #include "types.hpp" #include "typetraits.hpp" -#if defined(OX_OS_Darwin) || !defined(OX_USE_STDLIB) +#if !defined(OX_USE_STDLIB) namespace std { template