Commit Graph

12 Commits

Author SHA1 Message Date
Alexandros Theodotou
16ce422cdf build: explicit_this enabled for AppleClang 17 and MSVC 19.32
Both compilers do not implement the feature test macro, but they do
implement `explicit_this`, as mentioned in their corresponding release
notes:
- https://developer.apple.com/documentation/xcode-release-notes/xcode-16_3-release-notes
- https://learn.microsoft.com/en-us/visualstudio/releases/2022/release-notes-v17.2

Resolves #722.
2025-09-24 21:25:22 +09:00
Mateusz Pusz
39754018ba build: explicit_this enabled for MSVC 19.5 2025-09-17 19:40:59 -06:00
Mateusz Pusz
40abc664e8 docs: clang-19 issues mentioned in a compiler support table 2025-04-03 07:59:18 +01:00
Mateusz Pusz
dc8843eeeb refactor: MSVC bug is fixed so workaround is removed 2025-02-15 10:39:36 +01:00
Roth Michaels
8293f023dd Update apple-clang compiler support info for std::format 2024-12-19 14:10:21 -05:00
Mateusz Pusz
7b64b4b650 refactor: 💥 from now unit_symbol and dimension_symbol always returns std::string_view 2024-11-16 09:57:53 +01:00
Mateusz Pusz
e6c65d6c89 build: MP_UNITS_BUILD_IMPORT_STD CMake option removed 2024-09-20 09:34:38 -06:00
Mateusz Pusz
866550eefc docs: MSVC compilation announced and its bugs listed on the compiler's conformance page 2024-09-10 21:00:30 +02:00
Mateusz Pusz
698accac4f docs: import std; row added to the "C++ compiler support" table 2024-07-16 20:50:42 +02:00
Mateusz Pusz
4551a247b5 fix: broken links in the docs fixed 2024-05-30 12:10:19 +02:00
Mateusz Pusz
9c4a87e2e4 docs: gcc-14 does not support C++ modules correctly 2024-05-29 20:45:26 +02:00
Mateusz Pusz
8e0a26b933 feat: 💥 API-related Conan, CMake, and preprocessor options redesigned 2024-04-16 21:48:36 +01:00