Boost logo

Boost :

Subject: Re: [boost] [Review] Type Traits Extension ending tomorrow
From: Frédéric Bron (frederic.bron_at_[hidden])
Date: 2011-03-17 13:07:39


> I think the comments to the effect that the default for the return value
> should be changed from void to "dont_care" or some such type are correct.
> I'm not much concerned whether it's possible to check for void return types
> as I can't think of a use for that ;-)

If we use "dont_care" instead of "void", we must do something when
"void" is used.
So to me it means that we have the following choice:
1. default=void -> do not check
2. default=dont_check, void -> check for void return

> I notice there are some non-ASCII characters in the header file copyrights -
> I can't remember off hand whether we still prohibit that, but I suspect we
> do (with apologies to all non-English folk!!)

I can change that...

Frédéric


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