webarkit / WebARKitLib

The source code of WebARKit
Other
18 stars 8 forks source link

warning: 'auto_ptr<unsigned short>' is deprecated [-Wdeprecated-declarations] #9

Closed kalwalt closed 1 year ago

kalwalt commented 1 year ago

While compiling the libar.bc lib the emmcc compiler warn with this message: warning: 'auto_ptr<unsigned short>' is deprecated [-Wdeprecated-declarations] This because auto_ptr is deprecated and should be used std::unique_ptr instead.