diff options
Diffstat (limited to 'libs/phoenix/test/include/function/lazy_headers.cpp')
-rw-r--r-- | libs/phoenix/test/include/function/lazy_headers.cpp | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libs/phoenix/test/include/function/lazy_headers.cpp b/libs/phoenix/test/include/function/lazy_headers.cpp new file mode 100644 index 000000000..8015d18b6 --- /dev/null +++ b/libs/phoenix/test/include/function/lazy_headers.cpp @@ -0,0 +1,10 @@ +/*============================================================================= + Copyright (c) 2000-2003 Brian McNamara and Yannis Smaragdakis + Copyright (c) 2001-2007 Joel de Guzman + Copyright (c) 2011 Thomas Heller + Copyright (c) 2015 John Fletcher + Distributed under the Boost Software License, Version 1.0. (See accompanying + file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +==============================================================================*/ +#include <boost/phoenix/function/lazy_prelude.hpp> +int main() {} |