]> git.proxmox.com Git - ceph.git/blame - ceph/src/boost/tools/build/src/tools/features/cxxabi-feature.jam
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / tools / build / src / tools / features / cxxabi-feature.jam
CommitLineData
b32b8144
FG
1# Copyright 2017 Rene Rivera
2# Distributed under the Boost Software License, Version 1.0.
3# (See accompanying file LICENSE_1_0.txt or copy at
4# http://www.boost.org/LICENSE_1_0.txt)
5
b32b8144
FG
6import feature ;
7
f67539c2
TL
8#| tag::doc[]
9
10[[bbv2.builtin.features.cxxabi]]`c++abi`::
11Selects a specific variant of C++ ABI if the compiler supports several.
12
13
14|# # end::doc[]
15
b32b8144
FG
16feature.feature c++abi
17 :
18 : propagated optional ;