]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/example/pkg-config/test4.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / example / pkg-config / test4.cpp
CommitLineData
92f5a8d4
TL
1// Copyright 2019 Dmitry Arkhipov
2// Distributed under the Boost Software License, Version 1.0. (See
1e59de90
TL
3// accompanying file LICENSE.txt or copy at
4// https://www.bfgroup.xyz/b2/LICENSE.txt)
92f5a8d4
TL
5
6
7#if VERSIONED_API < 2
8# error "API is too old"
9#endif
10
11int main() {}