Displaying 1 result from an estimated 1 matches for "ec25f284".
2016 Sep 08
4
typedef or using in C++ code
> On Sep 7, 2016, at 4:50 PM, Joerg Sonnenberger via llvm-dev <llvm-dev at lists.llvm.org> wrote:
>
> On Wed, Sep 07, 2016 at 04:30:01PM -0700, Eugene Zelenko via llvm-dev wrote:
>> What should be used for type declarations: typedef or using? typedef
>> is there because of historical reasons, but LLVM code based is C++11
>> now.
>>
>> LLVM Coding