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

remove embedded boost #42

Closed
SSE4 opened this issue Jun 9, 2021 · 1 comment
Closed

remove embedded boost #42

SSE4 opened this issue Jun 9, 2021 · 1 comment

Comments

@SSE4
Copy link
Contributor

SSE4 commented Jun 9, 2021

the project has an old boost ((XLibs.Net\boost), version 1.31, from around 2004
no reason to use it, better to use system boost
for modern compilers it emits warnings:

Unknown compiler version - please run the configure tests and report the results

boost libraries currently used:

#include <boost/type_traits/is_pointer.hpp>
#include <boost/type_traits/is_array.hpp>
#include <boost/type_traits/is_fundamental.hpp>
#include <boost/mpl/equal_to.hpp>

#include <boost/mpl/int.hpp>
#include <boost/type_traits/remove_const.hpp>
IonAgorria added a commit to IonAgorria/Perimeter that referenced this issue Jun 21, 2021
IonAgorria added a commit to IonAgorria/Perimeter that referenced this issue Jun 21, 2021
@IonAgorria
Copy link
Collaborator

This issue can be closed, embedded boost was removed

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

3 participants