id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 6211,bcp does not extract all necessary files for Boost.Signals2,tmmikolajczyk@…,John Maddock,"Seems that required boost/parameter/aux_/overloads.hpp is missing. In order to reproduce, do the following: 1) Command: $ boost_1_48_0/dist/bin/bcp --boost=./boost_1_48_0/ signals2.hpp temp/ > bcp_signals2_hpp_out.txt no errors detected (the bcp_signals2_hpp_out.txt is in the attachment) 2) Simple application: #include int main(int argc, char* argv[]) { return 0; } 3) Compilation: $ g++ -I./ main.cpp In file included from ./boost/parameter/parameters.hpp:922:0, from ./boost/parameter.hpp:11, from ./boost/signals2/signal_type.hpp:32, from ./boost/signals2.hpp:20, from main.cpp:2: ./boost/preprocessor/iteration/detail/iter/forward1.hpp:62:37: fatal error: boost/parameter/aux_/overloads.hpp: No such file or directory compilation terminated. Looking into the code (/boost/parameter/parameters.hpp:922), the way of including ""overloads.hpp"" is not straightforward, that's why bcp may not be able to detect such dependency.",Bugs,closed,To Be Determined,bcp,Boost 1.48.0,Problem,fixed,"bcp, signals2",