/Src/Dependencies/Boost/libs/tr1/test/cyclic_depend/make_tuple.cpp
http://hadesmem.googlecode.com/ · C++ · 12 lines · 5 code · 3 blank · 4 comment · 0 complexity · 8e10518b186694c2e435a8d37ff35be6 MD5 · raw file
- // (C) Copyright John Maddock 2008.
- // Use, modification and distribution are subject to 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/fusion/tuple/make_tuple.hpp>
- int main()
- {
- return 0;
- }