This group is announcement-only. You cannot post messages because you are not a manager.
Description:
An archive of boost@lists.boost.org, the main developers mailing list for the Boost C++ Libraries. (http://boost.org)
|
|
|
JSON Parser + Boost Fusion + adapted structs
|
| |
Hi everybody,
I am writing a prototype for the JSON parser for the GSoC with the support
of Bjorn Reese. When discussing the proposal, Michael Marcin suggested an
interface that allows the user to define a struct reflecting the JSON data
structure. I have been looking at Boost.Fusion to enable the parser to... more »
|
|
[parameter] BOOST_PARAMETER_CONSTRUCTOR bug
|
| |
I've already submitted a bug report, but I'm also posting it here in case anyone has more info.
-------------
The following variation on the example from the boost::parameter tutorial, where the required parameter is changed to optional, fails to compile. myclass_impl is being passed an empty argument list.... more »
|
|
[circular_buffer] Volunteer(s) needed
|
| |
Hi all,
Is there any volunteer that could take over the circular_buffer library? I do not maintain it any more.
There are several bugs which need to be fixed and one challenging feature request (to implement move semantics).
Here is the full list:
Type: Bugs
...
Type: Feature Requests... more »
|
|
[ASIO] Having a hard time after upgrading my boost
|
| |
...
Note that free functions like asio::async_read/aync_read_unt ill
(async_write/async_write_until , etc) are composed operations so "... The
program must ensure that the stream performs no other read operations (such
as async_read, async_read_until, the stream's async_read_some function, or
any other composed operations that perform reads) until this operation... more »
|
|
[graph] A few additions to propose to BGL
|
| |
Hi all,
I have developed a number of small additions to the BGL, nothing major,
just things that were useful to me and more practical as an extension to
BGL instead of as a separate library, and if you're interested, I'm willing
to contribute them back. These are non-intrusive additions, no
modifications of existing BGL code is required (although some can be... more »
|
|
[tti] Moving TTI to release
|
| |
Do I have to do anything further to move TTI from the trunk to the release branch for Boost 1.54 ?
If so, please inform me of it as I am happy that TTI can be part of the 1.54 release, and I believe that the cutoff date for new libraries is tomorrow.
Edward Diener
______________________________ _________________... more »
|
|
[ASIO] Having a hard time after upgrading my boost libraries
|
| |
Folks, I recently moved to boost 1.52, been using a pretty old version of boost earlier. Quite a number of pieces of my code have stopped working since then, but the one that's really a pain is the ASIO piece. I have a lot of code that makes use of ASIO's async read/write and other calls and there seems to be a problem reading data from socket with async_read_until - sometimes I get empty string, there's valid data at other times.... more »
|
|
|