23 Jul
2015
23 Jul
'15
4:13 p.m.
[Niall Douglas]
B() = default; constexpr B(int) : B() { } ... and VS2015 barfed about the B(int) not properly initialising all base classes, even though it is via a delegation to the defaulted constructor.
Probably a duplicate of DevDiv#1184689 "constexpr delegating constructors". STL