Deprecation warnings regarding c++0x standard.

Issue #87 closed
Former user created an issue

Whilst compiling, errors warning of the use of 'auto_ptr's pop up. As Imebra must be compiled-at-once with code which might (necessarily) rely on this standard, the use of auto_ptrs should be swapped with shared_ptrs.

(^This, or provide some template instantiation so that Imebra won't need to be compiled at once.)

Comments (3)

  1. Log in to comment