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)
6void compile_seq_cont_constrained_pop_back();
7void compile_sfinae_path_mutable_iterator();
8
9int main()
10{
11 compile_seq_cont_constrained_pop_back();
12 compile_sfinae_path_mutable_iterator();
13}
14

source code of boost/libs/stl_interfaces/test/compile_tests_main.cpp