This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C++0x constexpr patch #3: implicit constexpr


On Wed, Oct 27, 2010 at 3:10 PM, Jason Merrill <jason@redhat.com> wrote:
> This patch adds support for constexpr on implicitly-declared constructors; a
> trivial copy constructor is constexpr, as is a synthesized default
> constructor for a class where all the members and bases have constexpr
> default constructors.
>
> Tested x86_64-pc-linux-gnu, applied to trunk.
>

Kudos to Jason and Benjamin for pushing the constexpr implementation through.

-- Gaby


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]