| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
GCC 15 requires the include for the declaration of `uint32_t`.
Backport [cppdap PR 133](https://github.com/google/cppdap/pull/133).
|
| |
|
|
|
|
| |
std::is_same<>() is not const instead of std::is_same<>::value
at least on LCC 1.21, so this produces an error. Still ()-notation
seems to be fairly equivalent functionally to ::value-notation.
|
| |
|
|
|
|
| |
# By cppdap Upstream
* upstream-cppdap:
cppdap 2023-08-17 (cc2f2058)
|
|
|
* upstream-cppdap:
cppdap 2023-05-26 (03cc1867)
|