Skip to content
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

Open
stefan-it opened this issue Jan 3, 2017 · 4 comments
Open

Update version of dlib #85

stefan-it opened this issue Jan 3, 2017 · 4 comments

Comments

@stefan-it
Copy link

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?

@davisking
Copy link
Contributor

davisking commented Jan 3, 2017 via email

@stefan-it
Copy link
Author

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.

@davisking
Copy link
Contributor

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.

@davisking
Copy link
Contributor

@SakthivelAnand Stop posting comments at random in unrelated github threads.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants