Re: [boost] UTF8 strings

2003-07-30 Thread Marc Borgers
yes, I am, plus conversion from wchars to UTF-8 Please respond to Boost mailing list <[EMAIL PROTECTED]> Sent by:        [EMAIL PROTECTED] To:        [EMAIL PROTECTED] cc:         Subject:        [boost] UTF8 strings Hello, would anybody be interested in a stdC++ string variant class using

Re: [boost] Re: tracing / logging library

2003-03-19 Thread Marc Borgers
Actually, the log4J and log4N are examples of what logging libs could be... Marc Alisdair Meredith <[EMAIL PROTECTED]>@lists.boost.org on 19/03/2003 10:17:31 Please respond to Boost mailing list <[EMAIL PROTECTED]> Sent by: [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: [boost

Re: [boost] solaris, once again

2003-03-06 Thread Marc Borgers
I am having problems with the shared_ptr on Forte 6.2: when I compile my code into an application, it all seems to work. When I am compiling a static library, I had to compile it with the -misalign option. If I don't do this I get a misalignment error in a destructor of the shared_ptr. I do not k