Merge pull request #394 from JohelEGP/llvm16

refactor: make typename optional for Clang 16
This commit is contained in:
Mateusz Pusz
2022-10-02 03:59:01 -06:00
committed by GitHub

View File

@@ -94,7 +94,7 @@
#include <compare> #include <compare>
#include <concepts> #include <concepts>
#if UNITS_COMP_MSVC || UNITS_COMP_CLANG #if UNITS_COMP_MSVC || UNITS_COMP_CLANG < 16
#define TYPENAME typename #define TYPENAME typename