$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Joaquin M López Muñoz (joaquinlopezmunoz_at_[hidden])
Date: 2025-05-20 15:13:22
El 19/05/2025 a las 23:07, Andrzej Krzemienski via Boost escribió:
> niedz., 18 maj 2025 o 13:29 Andrzej Krzemienski <akrzemi1_at_[hidden]>
> 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