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

unweave: Fix for MSVC 2022 ARM Preview probable compiler bug #306

Closed pthom closed 1 month ago

pthom commented 1 month ago

The test TEST_CASE("container_common_test - interweave") was failing on windows ARM, probably due to a compiler bug.

See https://stackoverflow.com/questions/78608330/postfix-increment-compiler-bug-on-visual-studio-2022-arm-preview?noredirect=1#comment138587024_78608330