[Boost-users] Boost + Emscripten: .bc files?

2021-04-22 Thread Rainer Deyke via Boost-users
I managed to successfully compile a subset of Boost for Emscripten using the emscripten toolset. However, this for some reason produces .bc files for libraries instead of .a files, which causes link errors I try to link my project. How can I get Boost to generate .a files? (Emscripten uses

Re: [Boost-users] does boost::variant support 128 bit integer?

2021-04-08 Thread Rainer Deyke via Boost-users
On 08.04.21 23:45, Edward Diener via Boost-users wrote: If you just have: #include #include boost::variant<__int128, char, std::string> v; v = 56; This produces an error: ..\..\../boost/variant/variant.hpp:1578:38: error: call of overloaded 'initialize(void*,

Re: [Boost-users] [Circular Buffer] Why doesn't have “emplace” interface?

2020-10-15 Thread Rainer Deyke via Boost-users
On 15.10.20 12:14, Марсель Галимуллин via Boost-users wrote: Hi! Circularbuffer doesn’t have “emplace_back/_front” interfaces. Why? Probably because it predates C++11. Circular buffer was first introduced in Boost 1.35, which was released on March 29th, 2008. -- Rainer Deyke

Re: [Boost-users] [review][LEAF] Review period ending soon - May 31

2020-05-30 Thread Rainer Deyke via Boost-users
Here is my non-review of LEAF. As far as I am concerned, the only reason for LEAF to exist at all is performance. Code that uses LEAF contains more syntactic noise than code than the equivalent code using Boost.Exception, and is harder to debug. The complex pattern matching aspect of LEAF