[boost] Re: [filesystem] new functions proposals

2003-04-18 Thread Vladimir Prus
James Curran wrote: Vladimir Prus wrote: The intent is to get/change the part of leaf name after the first dot. um.. After the FIRST dot or the LAST dot. In Win32, james.m.curran.txt the extention is txt, not m.curran.txt Certainly the last. My existing code uses the last dot,

[boost] Re: [filesystem] new functions proposals

2003-04-18 Thread Vladimir Prus
Jason House wrote: James Curran wrote: Vladimir Prus wrote: The intent is to get/change the part of leaf name after the first dot. um.. After the FIRST dot or the LAST dot. In Win32, james.m.curran.txt the extention is txt, not m.curran.txt Note too that on

Re: [boost] PP: MSVC BOOST_PP_REPEAT + BOOST_PP_SEQ_ELEM bug

2003-04-18 Thread Paul Mensonides
Aleksey Gurtovoy wrote: Paul Mensonides wrote: Yep, they do - that's why I named it BOOST_PP_REPEAT + BOOST_PP_SEQ_ELEM bug. That is what I figured, but I wanted to make sure that the (a, b, c) wasn't causing a problem--which it shouldn't be anyway. I'll look at this later when I have time

Re: [boost] Sandbox iterator adaptors update

2003-04-18 Thread Vladimir Prus
David Abrahams wrote: I've a very basic question for now: how to I convert *rst files in documentation to something nice-looking, like hmtl? ReStructuredText: http://docutils.sourceforge.net/README.html#quick-start Use the html.py script in the tools/ directory Thanks, it worked. I've

[boost] boost::dynamic_bitset supports multi-thread?

2003-04-18 Thread jacon wang
hi, I want to know if boost::dynamic_bitset supports multi-thread. Now,when I use boost::dynamic_bitset with VC++ 6.0 and use run-time libarary multi-threaded dll,It will cause a INTERNAL COMPILER ERROR(1001). So I'm confused.Could anyone give me some advice? Thanks in advance.

[boost] Re: [config] New workaround macro

2003-04-18 Thread Gennaro Prota
On Thu, 17 Apr 2003 16:09:11 +0100, John Maddock [EMAIL PROTECTED] wrote: The names are a little long Yeah, I don't like them either :-) But I was afraid shorter names would have been considered imprecise. If we can bear a little abuse of language I think we could accept:

[boost] Re: boost::dynamic_bitset supports multi-thread?

2003-04-18 Thread Gennaro Prota
On Fri, 18 Apr 2003 9:20:59 +0800, jacon wang [EMAIL PROTECTED] wrote: hi, I want to know if boost::dynamic_bitset supports multi-thread. Now,when I use boost::dynamic_bitset with VC++ 6.0 and use run-time libarary multi-threaded dll,It will cause a INTERNAL COMPILER ERROR(1001). So I'm

Re: [boost] Sandbox iterator adaptors update

2003-04-18 Thread David Abrahams
Vladimir Prus [EMAIL PROTECTED] writes: David Abrahams wrote: I've a very basic question for now: how to I convert *rst files in documentation to something nice-looking, like hmtl? ReStructuredText: http://docutils.sourceforge.net/README.html#quick-start Use the html.py script in the

Re: [boost] Re: an xml-binary persistence library

2003-04-18 Thread David Abrahams
Robert Ramey [EMAIL PROTECTED] writes: It turns out that ALL the issues raised in the review, including those that I dismissed, are being addressed. I didn't really intend to do this I had resolved to improve the quality of the implementation and leave most of the feature decisions