mirror of
https://github.com/boostorg/histogram.git
synced 2026-01-19 16:22:17 +00:00
Compiling tests under Visual Studio 2019 14.29.30133 (19.29.30145.0) fails with a not very helpful error: ``` libs\histogram\test\algorithm_project_test.cpp(186,1): fatal error C1903: unable to recover from previous error(s); stopping compilation ``` This can be fixed by moving the dynamic-only tests into a separate function, so that they are only compiled and run once. --------- Co-authored-by: Hans Dembinski <hans.dembinski@gmail.com>
5.5 KiB
5.5 KiB