
Hi, I am going to create the release branch on Monday March 20 around 6pm PST. Please resolve as many outstanding issues as possible before the branch is done. Also check the Latest News section in boost/index.htm in CVS for any omissions. Thanks Thomas -- Thomas Witt witt@acm.org

I have a one-line patch needed to support Boost.Python under HP-UX with the native aCC compiler: Index: type_id.hpp =================================================================== RCS file: /cvsroot/boost/boost/boost/python/type_id.hpp,v retrieving revision 1.17 diff -r1.17 type_id.hpp 34a35
|| (defined(__hpux) && defined(__HP_aCC)) \
I tested this already in our local multi-platform (ca. 20) build, i.e. I am sure it will not cause trouble. Would it be OK to check this in before the release branch is created? Thanks! Cheers, Ralf --- Thomas Witt <witt@acm.org> wrote:
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com

On Sat, Mar 18, 2006 at 10:52:32PM -0800, Thomas Witt wrote:
Hi,
hi,
i have a manpage for bcp, feel free to include it in the next release. please note i'm not a native english speaker, so a double check of the manpage may be a good idea. cheers domenico -----[ Domenico Andreoli, aka cavok --[ http://people.debian.org/~cavok/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50

On Sat, Mar 18, 2006 at 10:52:32PM -0800, Thomas Witt wrote:
Hi,
hi,
i have a bug reported against boost debian package. It is from LI Daobing <lidaobing@gmail.com>: "In [1], Section `Positional Options', the last example [2] doesn't work. positional_options_description::add return void, and it has no add_optional method; [1] http://127.0.0.1/doc/libboost-doc/HTML/doc/html/program_options/overview.htm... [2] positional_options_description pd; pd.add("output-file", 2).add_optional("input-file", -1);" for the full report, please visit http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=335613. indeed a simple program like: #include <boost/program_options.hpp> namespace po = boost::program_options; int main(int ac, char* av[]) { po::positional_options_description pd; pd.add("output-file", 2).add_optional("input-file", -1); return 0; } fails to build with the following gcc error message: test.cpp: In function 'int main(int, char**)': test.cpp:7: error: invalid use of 'void' cheers domenico -----[ Domenico Andreoli, aka cavok --[ http://people.debian.org/~cavok/gpgkey.asc ---[ 3A0F 2F80 F79C 678A 8936 4FEE 0677 9033 A20E BC50
participants (3)
-
Domenico Andreoli
-
Ralf W. Grosse-Kunstleve
-
Thomas Witt