Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
Group info
Language: English
Group categories:
Computers > Programming
More group info »
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 13728  Older »

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.
By Isaac Lascasas  - 12:20pm - 1 new of 1 message    

[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 »
By Sergey Mitsyn  - 8:05am - 5 new of 5 messages    

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 »
By Baba Prasad  - May 30 - 1 new of 1 message    

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 »
By M  - May 30 - 1 new of 1 message    

[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 »
By Robert Ramey  - May 29 - 3 new of 3 messages    

[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 »
By Jeffrey Lee Hellrung, Jr.  - May 29 - 3 new of 3 messages    

[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 »
By Marc-Antoine ARNAUD  - May 29 - 3 new of 3 messages    

Problem to generate regex library (Solaris SunOS 5.9 and Forte Developer 7 Compiler C++) 
  Hi all: I am trying to generate Boost regex library with b2 command as indicated: b2 --build-dir=$BOOST_ROOT/lib --with-regex toolset=sun stage Below is what this command generates: Performing configuration checks - has_icu builds : yes Component configuration:... more »
By Gabriel Huerta Araujo  - May 28 - 4 new of 4 messages    

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 »
By John M. Dlugosz  - May 28 - 2 new of 2 messages    

[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 »
By Ingo Maindorfer  - May 28 - 3 new of 3 messages    

1 - 10 of 13728   « Newer | Older »

XML       Send email to this group: boost-users@lists.boost.org