
8 Feb
2005
8 Feb
'05
1:43 a.m.
Alexander Nasonov wrote:
https://sourceforge.net/project/shownotes.php?release_id=303009
This package has been tested on gcc 3.4 and linux-intel 8.0.
Two kinds of overload sets are currently implemented: natural sets and range sets, that is, overloads::set<X> and overloads::set<X, mpl::range_c<int,1,3>
where X is (I call its concept OverloadsHolder, feel free to suggest better name):
It looks very interesting. Since there is no documentation, it would be helpful if you would give a brief description of what the library does and how it might be used. Jonathan