
19 May
2025
19 May
'25
9:07 p.m.
niedz., 18 maj 2025 o 13:29 Andrzej Krzemienski <akrzemi1@gmail.com> napisał(a):
Hi Everyone, The following can hardly be called a library review, but I still wanted to give this feedback.
I was also curious if Boost.Bloom works with Boost.Hash2. And it does! (gcc 13.2 in C++11 and C++20.) Probably not the best move performance-wise, but this was to check if the libraries can be combined. Let me just remark that while the library apparently works with C++11, the initial "hello world" example from the docs does not compile in C++11, due to the digit separator in literal 1'000'000. Probably not a problem, but I was initially surprised why my example stopped compiling when I switched to C++11. Regards, &rzej;