mirror of
https://github.com/mpusz/mp-units.git
synced 2025-08-04 04:44:27 +02:00
Merge pull request #394 from JohelEGP/llvm16
refactor: make typename optional for Clang 16
This commit is contained in:
2
src/core/include/units/bits/external/hacks.h
vendored
2
src/core/include/units/bits/external/hacks.h
vendored
@@ -94,7 +94,7 @@
|
||||
#include <compare>
|
||||
#include <concepts>
|
||||
|
||||
#if UNITS_COMP_MSVC || UNITS_COMP_CLANG
|
||||
#if UNITS_COMP_MSVC || UNITS_COMP_CLANG < 16
|
||||
|
||||
#define TYPENAME typename
|
||||
|
||||
|
Reference in New Issue
Block a user