RE: [boost] converting Boost to other programming languages

2003-08-25 Thread Jon Kalb
ore question: Should I mention that the original of the > converted libraries is from Boost? In my opinion you should, but you are not required to by the license. -- Jon Kalb Alexander Stepanov, the Keynote Speaker for [EMAIL PROTECTED] SmartFriends(TM) U: Langua

RE: [boost] GUI/GDI template library

2003-07-25 Thread Jon Kalb
This sounds to me like the goals of the Whisper framework. Check out Whisper 2 on source forge. > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of E. Gladyshev > Sent: Friday, July 25, 2003 11:11 AM > To: [EMAIL PROTECTED] > Subject: [boost] GUI/GDI te

RE: [boost] What is Double Dispatch ?

2003-06-04 Thread Jon Kalb
Or see "Item 31: Making functions virtual with respect to more than one object" in "More Effective C++" by Scott Meyers. -- Jon Kalb [EMAIL PROTECTED] ___ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Re: [boost] Cargill article on exception safety

2003-02-21 Thread Jon Kalb
On 2003-02-21 7:06 AM, "Anthony Williams" <[EMAIL PROTECTED]> wrote: > The link to Cargill's article in more/generic_exception_safety.html is no > longer valid. The correct link is: > > http://www.awprofessional.com/content/images/020163371x/supplements/Exception_ > Handling_Article.html > > (Wh

Re: [boost] Re: Re: peak_of() proposal

2003-02-12 Thread Jon Kalb
On 2003-02-12 5:56 AM, "Philippe A. Bouchard" <[EMAIL PROTECTED]> wrote: > Jon Kalb wrote: >> I wonder if it wouldn't be better to have a compile time error in this >> situation rather than to create a trap for the unsuspecting. It does >> put an additi

Re: [boost] Re: pick_of() proposal

2003-02-11 Thread Jon Kalb
On 2003-02-11 8:47 PM, "Philippe A. Bouchard" <[EMAIL PROTECTED]> wrote: > Jon Kalb wrote: > > [...] > >> If a user attempts to use this on a non-polymorphic object, will they >> get a compile time error or run-time error? > > No compile-time err

Re: [boost] pick_of() proposal

2003-02-11 Thread Jon Kalb
block given any other derived parent: > http://groups.yahoo.com/group/boost/files/shifted_ptr/pick_of.hpp > > > > Philippe A. Bouchard If a user attempts to use this on a non-polymorphic object, will they get a compile time error

RE: [boost] Re: [MPL] Making Generators

2002-12-05 Thread Jon Kalb
> -Original Message- > From: David B. Held [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 05, 2002 10:56 AM > To: [EMAIL PROTECTED] > Subject: [boost] Re: [MPL] Making Generators > > > "David Abrahams" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTE

RE: [boost] Proposed Boost Assert -- once again

2002-11-15 Thread Jon Kalb
> -Original Message- > From: Kevin S. Van Horn [mailto:Kevin.VanHorn@;ndsu.NoDak.edu] > Sent: Friday, November 15, 2002 9:00 AM > To: [EMAIL PROTECTED] > Subject: Re: [boost] Proposed Boost Assert -- once again > > > Peter Dimov write: > > > Throwing an exception from BOOST_ASSERT is un