Rightio - good to know. Thanks!
On Tue, Aug 11, 2015 at 8:08 AM, Manuel Klimek wrote:
> Don't remember which bot it was; the message said something about an
> explicit constructor being called for std::map
>
> On Tue, Aug 11, 2015 at 5:00 PM David Blaikie wrote:
>
>> Which compiler do we suppor
Don't remember which bot it was; the message said something about an
explicit constructor being called for std::map
On Tue, Aug 11, 2015 at 5:00 PM David Blaikie wrote:
> Which compiler do we support that didn't accept this? I thought we'd
> already grown a few uses of initializer lists like thi
Which compiler do we support that didn't accept this? I thought we'd
already grown a few uses of initializer lists like this...
On Aug 11, 2015 5:13 AM, "Manuel Klimek via cfe-commits" <
cfe-commits@lists.llvm.org> wrote:
> Author: klimek
> Date: Tue Aug 11 07:13:15 2015
> New Revision: 244596
>
>
Author: klimek
Date: Tue Aug 11 07:13:15 2015
New Revision: 244596
URL: http://llvm.org/viewvc/llvm-project?rev=244596&view=rev
Log:
Default initialize from explicitly constructed object.
Modified:
clang-tools-extra/trunk/unittests/clang-tidy/ClangTidyTest.h
Modified: clang-tools-extra/trunk