This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: [patch] Implement std::make_unique



Hi,

Jonathan Wakely <jwakely.gcc@gmail.com> ha scritto:

>        * include/bits/unique_ptr.h (make_unique): Define.
>        * testsuite/20_util/unique_ptr/creation/single.cc: New.
>        * testsuite/20_util/unique_ptr/creation/array.cc: New.
>        * testsuite/20_util/unique_ptr/creation/array_neg.cc: New.
>
>Tested x86_64-linux, committed to trunk.

Great! Don't we want it inline?

Thanks,
Paolo


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