Re: [boost] GUI/GDI template library

2003-07-31 Thread Douglas Gregor
From: "E. Gladyshev" <[EMAIL PROTECTED]> [snip] > template < typename IT, typename PhysicalGuiLayer > > class ListControl [snip] I'm coming in a bit late into this discussion, but I too am interested in the outcome of this project. I strongly dislike the PhysicalGuiLayer template parameter, for s

[boost] Re: the boost::signal sample crashes

2003-07-31 Thread Russell Hind
E. Gladyshev wrote: Anybody had problems with boost::signal? The following sample code crashes on my Win2k/VC++6 system. Have you built the signals library multi-threaded or single threaded and are you building an application of the same sort? This seems to be a common source of problems with t

[boost] Re: Borland graph test looping

2003-07-31 Thread David Abrahams
Beman Dawes <[EMAIL PROTECTED]> writes: > At 02:30 PM 7/31/2003, David Abrahams wrote: > >Beman Dawes <[EMAIL PROTECTED]> writes: > > > >> For the last day or two the BGL graph test has looped under Borland > >0x0564. > > > >At compile,link, or runtime? > > Runtime. Compiler warnings attache

[boost] Re: Boost spirit and embedded visual c++ 4.0

2003-07-31 Thread Carl Daniel
James Curran wrote: > Kai Strempel wrote: >> Is it possible to use the boost spirit library with the micrsoft >> embedded visual c++ 4.0 compiler? I haven't try it now. But perhaps >> anybody knows something about that compiler together with boost >> spirit!! > > I have no first-hand knowledge,

[boost] the boost::signal sample crashes

2003-07-31 Thread E. Gladyshev
Anybody had problems with boost::signal? The following sample code crashes on my Win2k/VC++6 system. struct HelloWorld { void operator()() const { } }; // Signal with no arguments and a void return value boost::signal0 sig; // Connect a HelloWorld slot HelloWorld hello; sig.connect(hel

[boost] Re: circular_buffer update

2003-07-31 Thread Pavel Vozenilek
Hello Jano, "Jan Gaspar" <[EMAIL PROTECTED]> wrote > The updated circular_buffer implementation can be found > at the common place > http://groups.yahoo.com/group/boost/files/circular_buffer.zip > I looked briefly over the code: 1. IMO the macro based exception handling isn't needed, it is bette

Re: [boost] Re: Borland graph test looping

2003-07-31 Thread Beman Dawes
At 02:30 PM 7/31/2003, David Abrahams wrote: >Beman Dawes <[EMAIL PROTECTED]> writes: > >> For the last day or two the BGL graph test has looped under Borland >0x0564. > >At compile,link, or runtime? Runtime. Compiler warnings attached in case they give any hints. --BemanC:\boost\site\libs/graph/t

[boost] Re: plans for a bugfix release ?

2003-07-31 Thread Misha Bergal
"David Abrahams" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Thanks. The hyperlinks to test failure logs don't ever scroll to the > appropriate section of the output on IE6. The compiler_status changes from main trunk need to be integrated back to RC_1_30_0 . If I don't hear f

[boost] Re: Borland graph test looping

2003-07-31 Thread David Abrahams
Beman Dawes <[EMAIL PROTECTED]> writes: > For the last day or two the BGL graph test has looped under Borland 0x0564. At compile,link, or runtime? -- Dave Abrahams Boost Consulting www.boost-consulting.com ___ Unsubscribe & other changes: http://list

[boost] Borland graph test looping

2003-07-31 Thread Beman Dawes
For the last day or two the BGL graph test has looped under Borland 0x0564. --Beman ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

[boost] Re: Boost spirit and embedded visual c++ 4.0

2003-07-31 Thread James Curran
Kai Strempel wrote: > Is it possible to use the boost spirit library with the micrsoft > embedded visual c++ 4.0 compiler? I haven't try it now. But perhaps > anybody knows something about that compiler together with boost > spirit!! I have no first-hand knowledge, but I believe eVC4 is based

[boost] Re: Sudden VC6 ICEs in BGL code

2003-07-31 Thread David Abrahams
David Abrahams <[EMAIL PROTECTED]> writes: > Jeremy Siek <[EMAIL PROTECTED]> writes: > >> I seem to remember the named parameters mechanism being fragile >> under VC6. > > After a painstaking binary search in recent CVS states for the ICE, I > narrowed it down to: Worked around now in CVS. --

[boost] Re: Sudden VC6 ICEs in BGL code

2003-07-31 Thread David Abrahams
Jeremy Siek <[EMAIL PROTECTED]> writes: > I seem to remember the named parameters mechanism being fragile > under VC6. After a painstaking binary search in recent CVS states for the ICE, I narrowed it down to: cvs log -d "2003/7/29 4:30<2003/7/29 4:35" boost | cvslogfilter RCS File: /cvsroot/boo

[boost] Re: plans for a bugfix release ?

2003-07-31 Thread David Abrahams
"Misha Bergal" <[EMAIL PROTECTED]> writes: > "David Abrahams" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] >> "Bronek Kozicki" <[EMAIL PROTECTED]> writes: >> >> I another round of testing would be great. According to >> ... >> > http://www.meta-comm.com/engineering/resources/cvs_

[boost] Re: circular_buffer and unused space overhead

2003-07-31 Thread Nigel Stewart
From practical point of view, adding auto-resize to circular_buffer<> is easier than creating new container. Well from a code comprehension view, is it helpful that a particular container may or may not be in a auto-resizing mode? We could well built a container that do

[boost] Boost spirit and embedded visual c++ 4.0

2003-07-31 Thread Kai Strempel
Is it possible to use the boost spirit library with the micrsoft embedded visual c++ 4.0 compiler? I haven't try it now. But perhaps anybody knows something about that compiler together with boost spirit!! best regards Kai Strempel ___ Unsubscribe & ot

[boost] [Boost-bugs] [ boost-Bugs-780715 ] Can't compile testprograms of"date_time"

2003-07-31 Thread SourceForge.net
Bugs item #780715, was opened at 2003-07-31 08:37 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=780715&group_id=7586 Category: None Group: None Status: Open Resolution: None Pr

[boost] [Boost-bugs] [ boost-Bugs-780711 ] Can't compile testprograms of"date_time"

2003-07-31 Thread SourceForge.net
Bugs item #780711, was opened at 2003-07-31 08:27 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=107586&aid=780711&group_id=7586 Category: None Group: None Status: Open Resolution: None Pr

[boost] Re: Reversed operator helpers?

2003-07-31 Thread Daniel Frey
Daryle Walker wrote: In we have helper classes that can generate "operator OP" from "operator OP=", where "OP" can be "+", "/", ">>", etc. What about types and algorithms where the non-assignment version is easier than the assignment version? Should we have reverse helpers? Sounds like a good