From 788862df32c6fdc5881814694a3235e833c6fff9 Mon Sep 17 00:00:00 2001 From: Tianshu Cheng Date: Tue, 25 Aug 2015 10:51:42 -0500 Subject: [PATCH] added a BOOST_PRECOMPILED preprocessor flag to filename.h --- stim/parser/filename.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/stim/parser/filename.h b/stim/parser/filename.h index 4ba2147..21a9361 100644 --- a/stim/parser/filename.h +++ b/stim/parser/filename.h @@ -19,8 +19,9 @@ #include #include "../parser/parser.h" - +#ifdef BOOST_PRECOMPILED #include +#endif namespace stim{ @@ -154,6 +155,7 @@ public: return ss.str(); } +#ifdef BOOST_PRECOMPILED //get a list of files matching the current template std::vector get_list(){ @@ -193,7 +195,7 @@ public: return file_list; } - +#endif //gets the current working directory static stim::filename cwd(){ -- libgit2 0.21.4