Boost logo

Boost :

Subject: Re: [boost] BOOST_NO_CXX11_CONSTEXPR and msvc-14.0
From: Stephan T. Lavavej (stl_at_[hidden])
Date: 2015-07-23 12:13:39


[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


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