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.1k stars 167 forks source link

update all_in_one / add missing <cstdint> #283

Closed pthom closed 1 year ago

pthom commented 1 year ago

It seems that the all_in_one header was not updated after the last modifications.

Hello Tobias,

It seems that this simple program can fail to compile on the latest compilers (gcc and clang), and a fix that adds #include <cstdint> is not included in it.

You can see it on Compiler Explorer: https://godbolt.org/z/fGEh49crd

So, I just re-ran generate/auto_generate.py for this PR.

Cheers, Pascal

Dobiasd commented 1 year ago

Oh, right. I forgot to do this. :grimacing: Thanks a lot! :heart: