Use kAudioObjectPropertyElementMaster on macOS for compatibility
[openal-soft.git] / fmt-11.0.2 / test / noexception-test.cc
blob0e44e13bb258640be2d24e01e5cdf8ada8ed2987
1 // Formatting library for C++ - Noexception tests
2 //
3 // Copyright (c) 2012 - present, Victor Zverovich
4 // All rights reserved.
5 //
6 // For the license information refer to format.h.
8 #include "fmt/args.h"
9 #include "fmt/base.h"
10 #include "fmt/chrono.h"
11 #include "fmt/color.h"
12 #include "fmt/compile.h"
13 #include "fmt/format.h"
14 #include "fmt/os.h"
15 #include "fmt/ostream.h"
16 #include "fmt/printf.h"
17 #include "fmt/ranges.h"
18 #include "fmt/xchar.h"