Skip to content
Commit 7525ff67 authored by Richard Smith's avatar Richard Smith
Browse files

Implement C++1y constant initializer rules: in a constant initializer for an

object x, x's subobjects can be constructed by constexpr constructor even if
they are of non-literal type, and can be read and written even though they're
not members of a constexpr object or temporary.

llvm-svn: 181506
parent 399980ac
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment