Dobiasd / FunctionalPlus

Functional Programming Library for C++. Write concise and readable C++ code.
http://www.editgym.com/fplus-api-search/
Boost Software License 1.0
2.07k stars 168 forks source link

Add missing <cstdint> includes #279

Closed tocic closed 10 months ago

tocic commented 10 months ago

Fixes the following compilation errors in clang15 & gcc13:

Dobiasd commented 10 months ago

Oh, thanks a lot! :+1:

And idea why the Clang15 test in our CI succeeds even without that change?

tocic commented 10 months ago

And idea why the Clang15 test in our CI succeeds even without that change?

Sorry, the problem was reproduced with libstdc++ 13.2, regardless of the compiler. Clang 15 per se is fine - the standard library is what matters.

Btw, do you plan to release a new version soon or is it better to patch the package downstream?

Dobiasd commented 10 months ago

Just released a new version. :slightly_smiling_face: https://github.com/Dobiasd/FunctionalPlus/releases/tag/v0.2.20-p0