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
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
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
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,
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
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
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
"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
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
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
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
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.
--
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
"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_
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
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
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
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
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
19 matches
Mail list logo