blob: e3eb1804ac57fccfd4e214b78a98a313f70c6466 (
plain)
1
2
3
4
5
6
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() {}
|