boostorg/compute

missing boost/preprocessor/seq/for_each.hpp and boost/static_assert.hpp

mrbbfst opened this issue · 8 comments

in accmulate.hpp

#include <boost/static_assert.hpp> #include <boost/preprocessor/seq/for_each.hpp>

there is no static _assert.hpp and preprocessor folder in the boost folder

these files / folders and many others are missing

There is something wrong with your boost library installation, because those files/folders are indeed there. If in doubt, download from https://www.boost.org/users/download/ and check again.

image
This is the file here...and this git ask for such header which dont exist in your respo...

this is part of the full boost package. just download the newest version from boost.org

This respo dont give full?

this is the project repository of the compute module of boost which depends on some other boost modules. only full releases contain everything.

if you need some bug fix from the development of compute, you can replace the compute/ folder in a full boost installation with this repo.

Will this version build on visual studio 2012..

sorry, i don't do support. You have to try it out yourself.