Hi,

On 01.03.2017 18:26, Kevin Cozens wrote:

>> +#include <memory>
>> +

> That looks like a typo. I think that should be <memory.h>

No, that is correct.

<memory.h> is a C header that pulls in <string.h>, for memcpy() and friends.

<memory> is a C++ header that defines std::unique_ptr and std::shared_ptr.

   Simon

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to