In message <v03110702b64c92d38729@[153.32.222.4]>, Jesse Jones <jejones@...> writes ... Yes, the meaning of deferred call is the original one, but I have...
Kevlin Henney
kevlin@...
Dec 1, 2000 10:12 am
7074
One of the recent updates of <boost/config.hpp> introduced the line #define NOMINMAX in the compiler-section for MSVC. Although this may be convenient for...
Andreas Scherer
as@...
Dec 1, 2000 10:27 am
7075
In message <906dmn+bo7q@eGroups.com>, William Kempf <sirwillard@my- deja.com> writes ... Ah, but I _do_ know they aren't appropriate ;-> The design principles...
Kevlin Henney
kevlin@...
Dec 1, 2000 11:10 am
7076
David, yes, it would be more natural, but also less efficient if the original C++ sequence didn't support random access. Suppose, l was std::list<Foo>. Then ...
Ullrich Koethe
koethe@...
Dec 1, 2000 11:10 am
7077
In message <cIG4+vAdb4J6Ew7Q@...>, Kevlin Henney <kevlin@...> writes ... ^^^^^^^^ Oops, wasn't trying to make a point! Obviously I...
Kevlin Henney
kevlin@...
Dec 1, 2000 11:17 am
7078
Hi all, I notice that in config.hpp we have: # elif defined __SUNPRO_CC # if __SUNPRO_CC <= 0x500 # define BOOST_NO_MEMBER_TEMPLATES # define...
Bill Klein
bill@...
Dec 1, 2000 11:23 am
7079
Hi, I think I found out why the old version used 'S arg' instead of 'const S& arg'. I tried to specialize lexical_cast. I failed to specialize for T == S, I...
d.frey@...
Dec 1, 2000 12:57 pm
7080
Hi Bill, you should set the version number to the proper value to check wether the next version of the compiler still does not support the complete standard or...
Schaible, Joerg
joerg.schaible@...
Dec 1, 2000 1:03 pm
7081
random.hpp and integer_traits.hpp include <limits>, but gcc 2.95.2 does not support this. should it be changed to include "pending/limits.hpp"? Krishna....
Krishna Padmasola
krishna@...
Dec 1, 2000 1:15 pm
7082
... 1. It seems to me that there's great difference between tuple and type-list. The former is runtime object, while the latter is compile-time list, made up...
Vladimir Prus
ghost@...
Dec 1, 2000 1:17 pm
7083
... Can we agree that is a bug? ... Or even that the other one exist. ... Agreed. T does not need to be less than comparable. Requires: For each iterator i in...
John E. Potter
jpotter@...
Dec 1, 2000 1:31 pm
7084
in graph_utility.hpp, in function opposite(), the last line is return Edge (), which is incorrect. Should it be an invalid vertex descriptor instead? Krishna....
Krishna Padmasola
krishna@...
Dec 1, 2000 1:32 pm
7085
... From: "Anton Gluck" <gluc@...> ... That's a dumb error message, because isinstance('x', type('x')) works, and type('x') isn't a class. In...
David Abrahams
abrahams@...
Dec 1, 2000 1:50 pm
7086
Okay, I understand what you're getting at here. Should cursor() be renamed as_sequence()? Does the documentation need a warning about the dangers of modifying...
David Abrahams
abrahams@...
Dec 1, 2000 1:50 pm
7087
In message <90876s+i8vd@eGroups.com>, d.frey@... writes ... [...] ... Requires partial function template specialisation, which we don't have in the...
Kevlin Henney
kevlin@...
Dec 1, 2000 2:40 pm
7088
... Not even close. You can 3 (just to pick a number out of thin air) major parts to something, but you can have only one main part. A "main part" enjoys...
William Kempf
sirwillard@...
Dec 1, 2000 2:56 pm
7089
I think Sun 6.0 does support partial spec and member template. However, its headers still #if-out iterator_traits, so that may cause some problems in places...
Jeremy Siek
jsiek@...
Dec 1, 2000 3:00 pm
7090
... I don't think so. For me, 'as_sequence()' intuitivly implies that the container is somehow converted. I've choosen cursor to mean 'similar to an iterator,...
Ullrich Koethe
koethe@...
Dec 1, 2000 3:02 pm
7091
Jeremy Siek sez: } I think Sun 6.0 does support partial spec and member template. However, } its headers still #if-out iterator_traits, so that may cause some ...
Gregory Seidman
gseidman@...
Dec 1, 2000 3:03 pm
7092
... No, LL tuples are also compile-time lists. In fact, they even used the same names :) From ll/tuple.hpp: // -- nil...
Jeremy Siek
jsiek@...
Dec 1, 2000 3:05 pm
7093
... From: "Ullrich Koethe" <koethe@...> ... Not converted in this case, but wrapped and re-presented. And that's true, in a sense. You...
David Abrahams
abrahams@...
Dec 1, 2000 3:12 pm
7094
No, Sun 6.0 really does suppose partial spec. and member templates, at least my version does ;) CC: Sun WorkShop 6 2000/04/07 C++ 5.1 Or was there some corner...
Jeremy Siek
jsiek@...
Dec 1, 2000 3:24 pm
7095
... The ... function ... Well, that's an AWFULLY strong statement, considering that until now you've barely tried to address this, especially since it's been...
William Kempf
sirwillard@...
Dec 1, 2000 3:35 pm
7096
Jeremy Siek sez: } No, Sun 6.0 really does suppose partial spec. and member templates, } at least my version does ;) } } CC: Sun WorkShop 6 2000/04/07 C++ 5.1 ...
Gregory Seidman
gseidman@...
Dec 1, 2000 3:35 pm
7097
... Just something to back up this intuition: It is natural to expect that a[i] be equivalent to *(a.begin() + i). For this to be true for the multi-dim array,...
Jeremy Siek
jsiek@...
Dec 1, 2000 3:41 pm
7098
Yes ... Victor A. Wagner, Jr. Secretary, Wyoming Libertarian Party PGP RSA fingerprint = 4D20 EBF6 0101 B069 3817 8DBF C846 E47A PGP D-H fingerprint = 98BC...
Victor A. Wagner, Jr.
vawjr@...
Dec 1, 2000 3:42 pm
7099
A preliminary Test Tools Library has been uploaded at http://www.egroups.com/files/boost/test_tools/ The real objective is to start regression run testing the...
Beman Dawes
beman@...
Dec 1, 2000 4:50 pm
7100
... Done. --Beman...
Beman Dawes
beman@...
Dec 1, 2000 5:12 pm
7101
Hmm... The error I got that prompted me to make the config.hpp change was an error being reported on line 144 of smart_ptr.hpp. The error was something like...
Bill Klein
bill@...
Dec 1, 2000 5:31 pm
7102
... have ... Hm. Too bad... :( ... arg ... char *? Yes, but I didn't get the compiler to accept it. Probably my fault or it's the gcc... I'll try it again on...