Fix path to preprocessed files.

This commit is contained in:
Kohei Takahashi
2015-07-28 01:02:03 +09:00
parent 4fa0a5f550
commit 74f0758bca
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@
#include <boost/fusion/tuple/detail/preprocessed/tuple_tie.hpp>
#else
#if defined(__WAVE__) && defined(BOOST_FUSION_CREATE_PREPROCESSED_FILES)
#pragma wave option(preserve: 2, line: 0, output: "detail/preprocessed/tuple_tie" FUSION_MAX_VECTOR_SIZE_STR ".hpp")
#pragma wave option(preserve: 2, line: 0, output: "preprocessed/tuple_tie" FUSION_MAX_VECTOR_SIZE_STR ".hpp")
#endif
/*=============================================================================