diff --git a/preprocess/preprocess.bat b/preprocess/preprocess.bat new file mode 100644 index 00000000..100c46a2 --- /dev/null +++ b/preprocess/preprocess.bat @@ -0,0 +1,7 @@ + + +wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=10 preprocess.cpp +wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=20 preprocess.cpp +wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=30 preprocess.cpp +wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=40 preprocess.cpp +wave @wave.cfg -DFUSION_MAX_VECTOR_SIZE=50 preprocess.cpp diff --git a/preprocess/wave.cfg b/preprocess/wave.cfg index 6a661203..6d13cf63 100644 --- a/preprocess/wave.cfg +++ b/preprocess/wave.cfg @@ -10,5 +10,5 @@ -NBOOST_PROTO_USE_GET_POINTER -NBOOST_PROTO_GET_POINTER --timer --DFUSION_MAX_VECTOR_SIZE=50 + diff --git a/test/sequence/cons.cpp b/test/sequence/cons.cpp index 8df03a63..cb74af61 100644 --- a/test/sequence/cons.cpp +++ b/test/sequence/cons.cpp @@ -1,5 +1,5 @@ /*============================================================================= - Copyright (c) 2005 Joel de Guzman + Copyright (c) 2001-2011 Joel de Guzman Copyright (c) 2005 Eric Niebler Distributed under the Boost Software License, Version 1.0. (See accompanying