]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/typeof/test/odr_no_uns2.cpp
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / typeof / test / odr_no_uns2.cpp
1 // Copyright (C) 2006 Arkadiy Vertleyb
2 // Copyright (C) 2006 Peder Holt
3 // Use, modification and distribution is subject to the Boost Software
4 // License, Version 1.0. (http://www.boost.org/LICENSE_1_0.txt)
5
6 #include "odr_no_uns2.hpp"
7 #include "odr_no_uns1.hpp"
8
9 void odr_no_uns2()
10 {
11 odr_test_1 t1;
12 odr_test_2 t2;
13 BOOST_AUTO(v1, t1);
14 BOOST_AUTO(v2, t2);
15 }