
15 Jun
2007
15 Jun
'07
11:03 a.m.
Tobias Schwinger wrote:
// [...] tricky nullary case with default ctor detection // omitted for simplicity
Doh! It's not possible to detect default constructibility, correct? So we'd have to declare it as template<typename T, typename DefaultConstructible = mpl::false_> struct constructor; -- Tobias