Boost logo

Boost :

From: Douglas Gregor (gregod_at_[hidden])
Date: 2001-06-19 11:53:19


On Tuesday 19 June 2001 12:29, you wrote:
[snip comments]
> - Is the name "Droug Gregor" spelled correctly?

Nope :)

[snip more comments]
> - Could void be used instead of nil? If not, why not? Using void might
> change the interface a bit. Would the changes have adverse effects?

The MSVC version of 'tuple' requires nil to be a distinct type with certain
properties. Working around this is possible, but it would clutter the
implementation even more than it already is.

[snip even more comments]
> - Could implementation be shared between partial and non partial
> specialization versions? Should that be done?

My inclination is to not share implementation code. One day the non partial
specialization version will drop off the face of the Earth and we can all
rejoice instead of having to weed out old code hanging between #ifdef's.

[big snip]

        Doug


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk