]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/mpl/test/assert_vc8_p2.cpp
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / mpl / test / assert_vc8_p2.cpp
1
2 // Copyright Robin Linden 2018
3 //
4 // Distributed under the Boost Software License, Version 1.0.
5 // (See accompanying file LICENSE_1_0.txt or copy at
6 // http://www.boost.org/LICENSE_1_0.txt)
7 //
8 // See http://www.boost.org/libs/mpl for documentation.
9
10 // $Id$
11 // $Date$
12 // $Revision$
13
14 // Part of a test to demonstrate a linking error with
15 // BOOST_MPL_ASSERT_MSG inside of functions under VC++8.
16
17 #include "assert_vc8.hpp"
18
19 static bool a = func<int>();