Boost logo

Boost :

From: Caleb Epstein (caleb.epstein_at_[hidden])
Date: 2007-06-05 21:29:17


On 6/5/07, Peter Dimov <pdimov_at_[hidden]> wrote:

> > template <typename Engine>
>
> We can supply a default here:
>
> template<class Engine = mt19937>
>
> It's still slightly less convenient to use
>
> uuid_generator<> g;

Perhaps the commonly used:

    template<typename Engine> class basic_uuid_generator { ... };

    typedef basic_uuid_generator<mt19937> uuid_generator;

would fit nicely here?

-- 
Caleb Epstein

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