KD-lab-Open-Source/Perimeter

remove embedded boost

SSE4 opened this issue · 1 comments

SSE4 commented

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>

This issue can be closed, embedded boost was removed