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