blob: 482545834f94a916b9c976b5aee1ea34cf2d5500 (
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/object/new.hpp>
int main() {}
|