paludis
Version 2.6.0
|
#include <utility>
Go to the source code of this file.
Namespaces | |
paludis | |
Functions | |
template<typename R_ , typename... T_> | |
R_ | paludis::make_named_values (T_ &&...a) |
A load of make_named_values functions.
Bizarre oddity in C++98: you can only use an initialiser list when using equals to initialise a newly constructed object. C++0x fixes this, but GCC 4.4 is buggy, so for now we can't use braces directly...