17#if defined(__apple_build_version__)
18# define COMPILING_WITH_APPLE_CLANG 1
20# define COMPILING_WITH_APPLE_CLANG 0
23#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION < 170000
24# define USING_LIBCPP_PRE_17 1
26# define USING_LIBCPP_PRE_17 0
30# if defined(SPARROW_STATIC_LIB)
32# elif defined(SPARROW_EXPORTS)
33# define SPARROW_API __declspec(dllexport)
35# define SPARROW_API __declspec(dllimport)
38# define SPARROW_API __attribute__((visibility("default")))
consteval bool is_apple_compiler()
#define COMPILING_WITH_APPLE_CLANG