
20 May
2025
20 May
'25
3:13 p.m.
El 19/05/2025 a las 23:07, Andrzej Krzemienski via Boost escribió:
niedz., 18 maj 2025 o 13:29 Andrzej Krzemienski <akrzemi1@gmail.com> napisał(a):
[...] 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.
Yes, I decided to add the digit separators for the benefit of the reader. The equivalent full example here, though, https://github.com/joaquintides/bloom/blob/develop/example/basic.cpp is C++11 compatible. Joaquin M Lopez Munoz