]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/stl_interfaces/test/compile_tests_main.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / stl_interfaces / test / compile_tests_main.cpp
1 // Copyright (C) 2021 T. Zachary Laine
2 //
3 // Distributed under the Boost Software License, Version 1.0. (See
4 // accompanying file LICENSE_1_0.txt or copy at
5 // http://www.boost.org/LICENSE_1_0.txt)
6 void compile_seq_cont_constrained_pop_back();
7
8 int main()
9 {
10 compile_seq_cont_constrained_pop_back();
11 }