]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/any/test/basic_any_test_size_alignment_zero_failed.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / any / test / basic_any_test_size_alignment_zero_failed.cpp
1 // Unit test for boost::any.
2 //
3 // See http://www.boost.org for most recent version, including documentation.
4 //
5 // Copyright Ruslan Arutyunyan, 2019-2021.
6 //
7 // Distributed under the Boost
8 // Software License, Version 1.0. (See accompanying file
9 // LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt).
10
11 #include <boost/any/basic_any.hpp>
12
13 int main()
14 {
15 boost::anys::basic_any<0, 0> a;
16 }