Skip to content
Commit 4799d03c authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Implement C++ DR299, which allows an implicit conversion from a class

type to an integral or enumeration type in the size of an array new
expression, e.g.,

  new int[ConvertibleToInt(10)];

This is a GNU and C++0x extension.

llvm-svn: 107229
parent 648df7bf
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