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

2021-04-22 Thread Rainer Deyke via Boost-users
.a files for libraries: https://emscripten.org/docs/compiling/Building-Projects.html#using-libraries) -- Rainer Deyke (rain...@eldwood.com) ___ Boost-users mailing list Boost-users@lists.boost.org https://lists.boost.org/mailman/listinfo.cgi/boost

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

2021-04-08 Thread Rainer Deyke via Boost-users
detail::remove_reference::type)' is ambiguous That's because it /is/ ambiguous. The compiler does not know if you want to set the variant to a '__int128' or to a 'char'. You get the same error message if you substitute 'long' for '__int128'. -- Rainer Deyke (rain...@eldwo

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 (rain

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

2020-05-30 Thread Rainer Deyke via Boost-users
o ubiquitous, and the consequences of using LEAF are so far-reaching. It makes no sense for a unified program to use LEAF in some subsystems but not in others. I have to either embrace LEAF entirely or reject it entirely, and I don't have enough information to make an informed choice. -- Rainer

[boost] Re: boost::filesystem file restrictions

2003-08-16 Thread Rainer Deyke
filesystem, but I don't even think of 'c:/' as conceptually top level. c:\ should map to '/My Computer/c:/', '/drives/c:/' or something similar, not '/c:/'. -- Rainer Deyke - [EMAIL PROTECTED] - http://eldwood.com ___ Unsubscribe other changes

[boost] Re: GUI/GDI template library

2003-08-14 Thread Rainer Deyke
. -- Rainer Deyke - [EMAIL PROTECTED] - http://eldwood.com ___ Unsubscribe other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: Re: GUI sublanguage ?

2003-08-06 Thread Rainer Deyke
the same width. -- Rainer Deyke - [EMAIL PROTECTED] - http://eldwood.com ___ Unsubscribe other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: Filesystem: create_directories

2003-08-04 Thread Rainer Deyke
an attempt is made to use them. -- Rainer Deyke - [EMAIL PROTECTED] - http://eldwood.com ___ Unsubscribe other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: Re: GUI/GDI template library

2003-08-03 Thread Rainer Deyke
E. Gladyshev wrote: --- Rainer Deyke [EMAIL PROTECTED] wrote: For a GUI library to be useful to me, it would need to support custom physical GUI layers. I would then write my own [...] full-screen multimedia. I realize that my needs are unusual, and boost::gui may be unable

[boost] Re: GUI/GDI template library

2003-08-02 Thread Rainer Deyke
at runtime. -- Rainer Deyke - [EMAIL PROTECTED] - http://eldwood.com ___ Unsubscribe other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: circular_buffer: minor feature request

2003-07-23 Thread Rainer Deyke
());// copy if (!v.empty()) doSomething(v[0], v.size());// pass the data to the API Not if 'doSomething' is a mutating operation. -- Rainer Deyke - [EMAIL PROTECTED] - http://eldwood.com ___ Unsubscribe other changes: http://lists.boost.org/mailman