mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
Externals: Update fmt to 7.1.0
Updates fmt to the latest release from 6.1.2
This commit is contained in:
parent
d2a2ec870d
commit
369a9e01dc
28 changed files with 7531 additions and 3771 deletions
11
Externals/fmt/support/cmake/cxx14.cmake
vendored
11
Externals/fmt/support/cmake/cxx14.cmake
vendored
|
@ -48,17 +48,6 @@ endif ()
|
|||
|
||||
set(CMAKE_REQUIRED_FLAGS ${CXX_STANDARD_FLAG})
|
||||
|
||||
# Check if variadic templates are working and not affected by GCC bug 39653:
|
||||
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=39653
|
||||
# Can be removed once gcc 4.4 support is dropped.
|
||||
check_cxx_source_compiles("
|
||||
template <class T, class ...Types>
|
||||
struct S { typedef typename S<Types...>::type type; };
|
||||
int main() {}" SUPPORTS_VARIADIC_TEMPLATES)
|
||||
if (NOT SUPPORTS_VARIADIC_TEMPLATES)
|
||||
set (SUPPORTS_VARIADIC_TEMPLATES OFF)
|
||||
endif ()
|
||||
|
||||
# Check if user-defined literals are available
|
||||
check_cxx_source_compiles("
|
||||
void operator\"\" _udl(long double);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue