boostorg / yap

A C++14-and-later expression template library
https://boostorg.github.io/yap
Boost Software License 1.0
108 stars 28 forks source link

Build fails on ubuntu with latest libboost-all-dev (1.62.0.1) #27

Closed thetechniclord closed 6 years ago

thetechniclord commented 6 years ago

I used the following commands to build the project: mkdir build cd build cmake .. And get the following error while building the examples: `In file included from /home/tekne/Documents/Projects/yap/example/autodiff_library/autodiff.cpp:13:0: /home/tekne/Documents/Projects/yap/example/autodiff_library/autodiff.h:11:10: fatal error: boost/serialization/array_wrapper.hpp: No such file or directory

include <boost/serialization/array_wrapper.hpp>

` Including and using the library itself produces no errors. Thanks!

tzlaine commented 6 years ago

Thanks for letting me know, but this is a Won't-fix, because that file is available in later versions of Boost (at least as early as 1.64, maybe earlier).