This group is announcement-only. You cannot post messages because you are not a manager.
Description:
Boost Mailing List Archive
Read-only, do not post to this group.
|
|
|
Small Improvement in bind.hpp
|
| |
I have found this in bind.hpp:
...
it causes minor problems with my codebase by confusing it with the windows
sockets api. Maybe it should be changed to something like
...
Regards,
Isaac Lascasas.
|
|
[BGL] vecS for vertex container and vertex index adjustments
|
| |
Hi all,
I know that while using vecS for vertices one has no vertex iterator stability upon removing vertices. But I have a question if there exists something like vertex _index_ stability. The documentation says that indices for vertices are automatically adjusted so that they are still in contiguous range, but it is not specified how it is done. Is it okay... more »
|
|
How to add the pkg-config program function to bjam
|
| |
Dear friends,
Please tell me how to set the pkg-config in bjam. please
see,like this I am using while compiling the using gcc and
make
command
1) gcc -g - o `pkg-config --cflags glib-2.0 dbus-glib-1 --libs glib-2.0
dbus-glib-1` main main.c
but I don't know how to add this option in bajm and also I don't know... more »
|
|
BOOST PASSING PARAMETER PROBLEM
|
| |
hello
I have a program like the last regex program in this link:
[link]
inside the while loop *i++ returns the url's found with regex:
while(i != j)
{
std::cout << *i++ << std::endl;... more »
|
|
[integer_traits problem
|
| |
I'm having problems with integer traits when passed an __int64 type data type under Visual C++.
I run the following test:
boost::mpl::print<
boost::mpl::integral_c<
boost::intmax_t,
boost::integer_traits<boost::i ntmax_t>::const_min
>
...boost::mpl::print<
boost::mpl::integral_c<... more »
|
|
[boost] [review] Multiprecision review scheduled for June 8th - 17th, 2012
|
| |
Hi all,
The review of the proposed Boost.Multiprecision library authored by John
Maddock and Christopher Kormanyos has been scheduled for
June 8th - June 17th, 2012
and will be managed by myself.
...
--------
"The Multiprecision Library provides *User-defined* integer, rational and
floating-point C++ types which try to emulate as closely as practicable the... more »
|
|
[GIL] color_converted_view usage problem
|
| |
Hi guys,
I currently working on TuttleOFX projet, and using Boost GIL to perform
some image process.
I wan't using color_converted_view to process clamping values on a view,
witth a specific ColorConvert (CC) functor.
But with the actual code [
[link]]... more »
|
|
documentation typo
|
| |
I noticed: “ trait is_convertible in the C==0x standard.” where == should be ++ in libs/utility/doc/html/declval. html Is anyone around who can simply fix that typo? —John ______________________________ _________________ Boost-users mailing list Boost-us...@lists.boost.org [link]... more »
|
|
[ASIO]: Best solution for Publisher/Subscriber pattern
|
| |
Hi All,
currently we do some research in how we can do implement the classical
Publisher/Subscriber pattern using ASIO. We had one thread that produces
some kind of a message and like to send it out to 1 to n subscribers via
TCP, where n is < 5. Message rate will be up to 800 Hz. My first idea is... more »
|
|
|