Re: [boost] UBLAS: preserving matrix resize.

2002-12-02 Thread Joerg Walter
- Original Message - From: Stas Fomin [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, November 30, 2002 6:57 PM Subject: [boost] UBLAS: preserving matrix resize. I have to make matrix resize with preserving of the content of the matrix. (add rows, columns...) I try to do

Re: [boost] bollean states

2002-12-02 Thread Ihsan Ali Al Darhi
It's in the Boost sandbox under the name tribool. Information about the sandbox is here: http://www.boost.org/more/mailing_lists.htm#sandbox Sorry. But nothing there called 'tribool'. Mohammed ___ Unsubscribe other changes:

Re: [boost] Re: implicit_cast inventor

2002-12-02 Thread Anthony Williams
Victor A. Wagner, Jr. writes: when the sex of the entity is unknown, in English the male pronouns shall be used. And my wife thinks it laughable whenever she sees articles on computer-related topics refer to an unknown programmer or user as she. To do so is just incorrect, unless it is

Re: [boost] bollean states

2002-12-02 Thread Pavol Droba
On Mon, Nov 25, 2002 at 01:36:51PM -0800, Ihsan Ali Al Darhi wrote: It's in the Boost sandbox under the name tribool. Information about the sandbox is here: http://www.boost.org/more/mailing_lists.htm#sandbox Sorry. But nothing there called 'tribool'. try to look in

[boost] Re: BOOST_CHECK_EQUAL() dangers

2002-12-02 Thread Markus Schöpflin
Gennadiy Rozental wrote: Test library is all about usability and only then generocity or standart purity. Would you be working with c strings I wonder how long it will take until you became tired adding std::string on both sides of comparison: Actually I'm testing a C program with boost.test,

Re: [boost] boost/throw_expression.hpp specs?

2002-12-02 Thread Peter Dimov
From: Beman Dawes [EMAIL PROTECTED] If BOOST_NO_EXCEPTIONS is defined then boost::throw_expression() is declared but not defined. The docs say ...the user is expected to supply an appropriate definition but no other requirements are stated. Seems there is should be an additional requirement

RE: [boost] Socket Multiplexing

2002-12-02 Thread Boris Schäling
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Darryl Green Sent: Thursday, November 28, 2002 2:24 AM To: Boost mailing list Subject: RE: [boost] Socket Multiplexing [...] observer is not the problem but the many server, client and stream

RE: [boost] Re: Socket errors

2002-12-02 Thread Boris Schäling
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Darryl Green Sent: Friday, November 29, 2002 3:36 AM To: Boost mailing list Subject: RE: [boost] Re: Socket errors [...] [snip] I had a look at your proposal earlier. From your descrioption and

RE: [boost] Re: AW: Re: AW: Sockets

2002-12-02 Thread Boris Schäling
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Hamish Mackenzie Sent: Thursday, November 28, 2002 11:31 AM To: Boost mailing list Subject: RE: [boost] Re: AW: Re: AW: Sockets [...] I will take an ostream over writen any day. Agreed. I will try

Re: [boost] Re: Boost release compressed by bzip2

2002-12-02 Thread Rene Rivera
[2002-12-02] Lars Gullik Bjønnes wrote: Rene Rivera [EMAIL PROTECTED] writes: | [2002-12-01] Gennadiy Rozental wrote: | | | Robin.Hu [EMAIL PROTECTED] wrote in message | [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... | Bzip2 is widely spreaded with GNU software. It is available to all *nix |

Re: [boost] Re: Re: Boost release compressed by bzip2

2002-12-02 Thread Rene Rivera
[2002-12-01] Gennadiy Rozental wrote: Because none of those; bz2, rar, or ace, will let you do this... tar zxvf boost-1.29.0.tar.gz I could not get your point here. Every archiver has it's own command for unpacking. So what? My point was that gz, and now I know bzip2, are built into

[boost] Re: Static lookup

2002-12-02 Thread David B. Held
Johan Nilsson [EMAIL PROTECTED] wrote in message asf9bt$7g6$[EMAIL PROTECTED]">news:asf9bt$7g6$[EMAIL PROTECTED]... [...] enum Colors { Red = 1, Blue = 2 }; struct ColorTable : public StaticLookupTableColorTable, Colors, std::string { LOOKUP_TABLE_BEGIN() LOOKUP_ENTRY(Red,

Re: [boost] lexical_cast and Unicode

2002-12-02 Thread Jasper van de Gronde
Thanks for the info. Terje Slettebø wrote: From: Jasper van de Gronde [EMAIL PROTECTED] I use lexical_cast a lot, but when I tried to use it in a program that ... in a future release, but it still isn't. Yes, it's noticed, and it's fixed in a proposition that is scheduled to be ...

RE: [boost] Re: Re: Re: Boost License Issues MIT License

2002-12-02 Thread Iain K.Hanson
P.S. Perhaps a set of Wiki pages would be a good way to pursue this. MIT License Wiki page done. Is this the kind of thing you were looking for Dave? 1) Is simple to read and understand. ( similar in length to most boost licenses ) 2) Grants permission for any use including selling 3)

Re: [boost] UBLAS: preserving matrix resize.

2002-12-02 Thread Stas Fomin
Thanks for the answer! I have to make matrix resize with preserving of the content of the matrix. (add rows, columns...) I've just tested the following program under GCC 3.1: -- #include boost/numeric/ublas/vector.hpp typedef ublas::matrixdouble Mat; This sample

[boost] statistics

2002-12-02 Thread Pavel Vozenilek
Beman Dawes [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... At 03:05 PM 11/29/2002, Pavel Vozenilek wrote: Bandwith and time of those with dialup can be saved by compressing Boost release by BZIP2 compressor (http://sources.redhat.com/bzip2/). [snip]

[boost] [Test] Minor patch for bcc

2002-12-02 Thread David B. Held
test_tools.hpp (261): insert these lines as appropriate #pragma warn -8058 // Cannot create pre-compiled header //... #pragma warn .8058 unit_test_suite.hpp (42): #ifdef __BORLANDC__ #pragma warn -8058 // Cannot create pre-compiled header #endif unit_test_suite.hpp (318): #ifdef

[boost] About the next version of boost::thread.

2002-12-02 Thread Robin.Hu
Hi, I want to know if these features will be added to the next version of boost::thread, or not. Process shared mutex and condition var. Thread cancellation. Thanks -- [EMAIL PROTECTED] ___ Unsubscribe other

Re: [boost] bollean states

2002-12-02 Thread Ihsan Ali Al Darhi
I found it. Thanks. But where's the docs? Mohammed - Original Message - From: Pavol Droba [EMAIL PROTECTED] To: Boost mailing list [EMAIL PROTECTED] Sent: Monday, December 02, 2002 2:23 AM Subject: Re: [boost] bollean states On Mon, Nov 25, 2002 at 01:36:51PM -0800, Ihsan Ali Al Darhi

Re: [boost] Concept Check tests

2002-12-02 Thread Jeremy Siek
Hi Dave, You're right, they should be compile-file, not link-fail. Cheers, Jeremy P.S. Sorry for the delayed response. Currently in the end-of-the-semester grind. ___ Unsubscribe other changes: http://lists.boost.org/mailman/listinfo.cgi/boost