Le 07/06/2016 à 17:25, Guillaume Munch a écrit :
Technically, unique_ptr.h is also useful to include <memory>. When you
start using unique_ptr, you expect that you might use make_unique at
some point, so you want to just include a generic header.

I'd rather include only the standard headers to obtain unique_ptr, and then include support/make_unique.h when we explicitly need it.

JMarc

Reply via email to