Opened 13 years ago
Last modified 9 years ago
#3049 new Feature Requests
libs/mpl/preprocessed need README on purpose and howto
Reported by: | Owned by: | Aleksey Gurtovoy | |
---|---|---|---|
Milestone: | Boost 1.40.0 | Component: | mpl |
Version: | Boost 1.38.0 | Severity: | Problem |
Keywords: | Cc: |
Description
After application of recent patch file:
https://svn.boost.org/trac/boost/attachment/ticket
/3044/iter_fold_if.patch
an attempt to run the test resulted in an error msg:
gcc.compile.c++ ../../../bin.v2/libs/mpl/test/iter_fold_if.test
/gcc-4.2/debug/iter_fold_if.o
In file included from iter_fold_if.cpp:14: ../../../boost/mpl/iter_fold_if.hpp:86: error: wrong number of
template arguments (5, should be 6)
../../../boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp:96:
error: provided for 'template<class Iterator, class State, class ForwardOp, class ForwardPredicate, class BackwardOp, class BackwardPredicate> struct boost::mpl::aux::iter_fold_if_impl'
This message indicates need to regenerate the preprocessed files from the programs in /mpl/lib/preprocessed; however, there's no README file in that directory providing instructions on how to do that.
It would be very helpful if one were provided.
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 9 years ago
Type: | Support Requests → Feature Requests |
---|
I tested using
AFAICT, the script that does the regeneration is preprocess.py, which does have a usage message.