]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/qvm/test/deduce_scalar_fail3.cpp
buildsys: change download over to reef release
[ceph.git] / ceph / src / boost / libs / qvm / test / deduce_scalar_fail3.cpp
1 //Copyright (c) 2008-2016 Emil Dotchevski and Reverge Studios, Inc.
2
3 //Distributed under the Boost Software License, Version 1.0. (See accompanying
4 //file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
5
6 #include <boost/qvm/deduce_scalar.hpp>
7
8 struct foo;
9 struct bar;
10 typedef boost::qvm::deduce_scalar<foo,bar>::type user_defined_types_require_specialization;