[function_types]howto rebuild components_impl/arityXX_Y.hpp?

trunk/boost/function_types/detail/components_impl has several arityXX_Y.hpp files which use vectorN templates. I want to replace vectorN with just vector.
From looking at libs/function_types/build/Jamfile, I guessed that replacing that with the attached Jamfile and attached master.hpp file would do the job; however, All I get is:
[CUT_HERE] -*- mode: compilation; default-directory: "~/prog_dev/boost-svn/ro/boost_1_44_0/sandbox/rw/variadic_templates/libs/function_types/build/" -*- Compilation started at Wed Sep 1 13:01:38 bjam sh: icpc: not found BOOST_ROOT=/home/evansl/prog_dev/boost-svn/ro/boost_1_44_0 ...found 1 target... Compilation finished at Wed Sep 1 13:01:40 {/CUT_HERE] How do I replace vectorN with vector in the arityXX_Y.hpp files? -regards, Larry
participants (1)
-
Larry Evans