diff options
Diffstat (limited to 'src/boost/libs/phoenix/test/include/scope')
6 files changed, 45 insertions, 0 deletions
diff --git a/src/boost/libs/phoenix/test/include/scope/dynamic.cpp b/src/boost/libs/phoenix/test/include/scope/dynamic.cpp new file mode 100644 index 00000000..e3eb1804 --- /dev/null +++ b/src/boost/libs/phoenix/test/include/scope/dynamic.cpp @@ -0,0 +1,7 @@ +/*============================================================================= + Copyright (c) 2011 Thomas Heller + 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/scope/dynamic.hpp> +int main() {} diff --git a/src/boost/libs/phoenix/test/include/scope/lambda.cpp b/src/boost/libs/phoenix/test/include/scope/lambda.cpp new file mode 100644 index 00000000..aa08f758 --- /dev/null +++ b/src/boost/libs/phoenix/test/include/scope/lambda.cpp @@ -0,0 +1,7 @@ +/*============================================================================= + Copyright (c) 2011 Thomas Heller + 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/scope/lambda.hpp> +int main() {} diff --git a/src/boost/libs/phoenix/test/include/scope/let.cpp b/src/boost/libs/phoenix/test/include/scope/let.cpp new file mode 100644 index 00000000..d0f6d11a --- /dev/null +++ b/src/boost/libs/phoenix/test/include/scope/let.cpp @@ -0,0 +1,8 @@ +/*============================================================================= + Copyright (c) 2011 Thomas Heller + 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) +==============================================================================*/ +#define BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL +#include <boost/phoenix/scope/let.hpp> +int main() {} diff --git a/src/boost/libs/phoenix/test/include/scope/local_variable.cpp b/src/boost/libs/phoenix/test/include/scope/local_variable.cpp new file mode 100644 index 00000000..718f748d --- /dev/null +++ b/src/boost/libs/phoenix/test/include/scope/local_variable.cpp @@ -0,0 +1,8 @@ +/*============================================================================= + Copyright (c) 2011 Thomas Heller + 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) +==============================================================================*/ +#define BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL +#include <boost/phoenix/scope/local_variable.hpp> +int main() {} diff --git a/src/boost/libs/phoenix/test/include/scope/scoped_environment.cpp b/src/boost/libs/phoenix/test/include/scope/scoped_environment.cpp new file mode 100644 index 00000000..56c1c0e7 --- /dev/null +++ b/src/boost/libs/phoenix/test/include/scope/scoped_environment.cpp @@ -0,0 +1,7 @@ +/*============================================================================= + Copyright (c) 2011 Thomas Heller + 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/scope/scoped_environment.hpp> +int main() {} diff --git a/src/boost/libs/phoenix/test/include/scope/this.cpp b/src/boost/libs/phoenix/test/include/scope/this.cpp new file mode 100644 index 00000000..95b550c2 --- /dev/null +++ b/src/boost/libs/phoenix/test/include/scope/this.cpp @@ -0,0 +1,8 @@ +/*============================================================================= + Copyright (c) 2011 Thomas Heller + 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) +==============================================================================*/ +#define BOOST_PHOENIX_NO_SPECIALIZE_CUSTOM_TERMINAL +#include <boost/phoenix/scope/this.hpp> +int main() {} |