-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update version of dlib #85
Comments
What warnings do you think it would fix?
|
E.g. (using GCC 6.2.1) : In file included from /mnt/Repositories/mitie/dlib/dlib/data_io/../geometry/../serialize.h:157:0,
from /mnt/Repositories/mitie/dlib/dlib/data_io/../geometry/rectangle.h:10,
from /mnt/Repositories/mitie/dlib/dlib/data_io/../geometry.h:6,
from /mnt/Repositories/mitie/dlib/dlib/data_io/image_dataset_metadata.h:8,
from /mnt/Repositories/mitie/dlib/dlib/data_io/image_dataset_metadata.cpp:6:
/mnt/Repositories/mitie/dlib/dlib/data_io/../geometry/../smart_pointers/shared_ptr.h:299:18: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
std::auto_ptr<Y>& r The workaround can be found here. |
Ok. Well, I'll update it eventually. However, the new versions of dlib require a C++11 compiler and I don't want to force that on MITIE users yet. As I've learned from the switch to C++11 in dlib proper, there are still lots of people with broken/old compilers out there. |
@SakthivelAnand Stop posting comments at random in unrelated github threads. |
Hi @davisking,
the version of dlib is one year old so I would like to request an update - that would also fix some warnings on newer compilers.
What do you think?
The text was updated successfully, but these errors were encountered: