[boost] Re: New Iterator Adaptors [minor doc nitpick]

2003-04-29 Thread Alisdair Meredith
David Abrahams wrote: but you can view HTML formatted versions here: http://boost-consulting.com/writing/facade-and-adaptor.html http://boost-consulting.com/writing/new-iter-concepts.html OK, it's petty to pick on formatting! But for some class of symbol you have chosen to force a

[boost] VC++ 7.1 __ctor error [was: iterator_adaptors and vc7.1]

2003-04-29 Thread Beman Dawes
At 06:10 AM 4/16/2003, Thomas Witt wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Witt wrote: | | Hi, | | When compiling code using iterator_adaptors with vc7.1 I often get | errors like the following | | c\graphmanager_detail.cpp(76) : error C2061: syntax error : identifier |

RE: [boost] lexicographic

2003-04-29 Thread Paul A. Bristow
This looks neat and will sometimes be very useful in reducing mistakes. Tests OK with MSVC 7.0. Some more fully worked examples like using std::pair and case insensitive strings are likely to be the most common applications, so these would help sell its use. (The tests are not ideal for this

[boost] Problems compiling MPL sample in MSVC 6.5

2003-04-29 Thread Joaquín Mª López Muñoz
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/*checkout*/boost/boost/libs/mpl/example/inherit_linearly.cpp?rev=HEADcontent-type=text/plain This sample (which Gennadiy provided in a post from his a few days ago) does not compile in MSVC++ 6.5. The compiler says: error C2039: 'index' : is not a

RE: [boost] Boost Library Guidelines

2003-04-29 Thread William E. Kempf
Paul A. Bristow said: | -Original Message- | From: [EMAIL PROTECTED] | [mailto:[EMAIL PROTECTED] Behalf Of Terje Slettebø | Sent: Friday, April 25, 2003 5:33 PM | To: Boost mailing list | Subject: Re: [boost] Boost Library Guidelines | | May I suggest that we add to Aim for ISO

[boost] Workarounded regression tools for MSVC 6

2003-04-29 Thread Vaclav Vesely
This patch allows to compile regression tools with MSVC 6. Regards, w begin 666 regression.patch [EMAIL PROTECTED]('1O;VQS+W)E9W)EW-I;VXO8V]MEL97)?W1A='5S+F-P T* M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/0T*4D-3(9I;4Z(]C=G-R;V]T+V)O

[boost] [Philip.Dunstan@nautronix.com.au: is_base_and_derived bug?]

2003-04-29 Thread Philip Dunstan
Hi there, Should this work? I've tried it using g++ 3.2 (redhat and cygwin) and borland c++ builder 5.6.4 and it fails on the assert for all of them. #include boost/type_traits.hpp #include cassert class A {}; class B : public A {}; template typename T bool isDerivedFromA(const T t) {

Re: [boost] FW: New Iterator Adaptors

2003-04-29 Thread David Abrahams
Robert Ramey [EMAIL PROTECTED] writes: Date: Tue, 29 Apr 2003 09:53:01 -0400 From: David Abrahams [EMAIL PROTECTED] By amazing coincidence I happen to need a special iterator_adaptor for my project. I tried boost::interator_adaptor ^sic Which one? The