Re: [boost] Comments on the bcp tool

2003-06-20 Thread John Maddock
However, it seems to be confused by the preprocessor library. Since the includes sometime have the form: #include BOOST_PP_ITERATE() the 'bcp' tool does not find them. For example, boost/preprocessor/iteration/detail/iter directory is needed by boost/function.hpp but

Re: [boost] Comments on the bcp tool

2003-06-20 Thread John Maddock
However, it seems to be confused by the preprocessor library. Since the includes sometime have the form: #include BOOST_PP_ITERATE() the 'bcp' tool does not find them. For example, boost/preprocessor/iteration/detail/iter directory is needed by boost/function.hpp but is not included.

RE: [boost] Comments on the bcp tool

2003-06-20 Thread Hartmut Kaiser
John Maddock wrote: Here is the (main) code, which uses Wave to output the file names of all successfully opened include files (this needs some filtering to avoid double output of the same file): Interesting, the thing is I need the code to find all possible dependencies, so that

RE: [boost] Comments on the bcp tool

2003-06-19 Thread Hartmut Kaiser
Vladimir Prus wrote: However, it seems to be confused by the preprocessor library. Since the includes sometime have the form: #include BOOST_PP_ITERATE() the 'bcp' tool does not find them. For example, boost/preprocessor/iteration/detail/iter directory is needed by

RE: [boost] Comments on the bcp tool

2003-06-19 Thread Hartmut Kaiser
Hartmut Kaiser wrote: However, it seems to be confused by the preprocessor library. Since the includes sometime have the form: #include BOOST_PP_ITERATE() the 'bcp' tool does not find them. For example, boost/preprocessor/iteration/detail/iter directory is needed by