]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/more/getting_started/detail/errors-and-warnings.rst
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / more / getting_started / detail / errors-and-warnings.rst
1 .. Copyright David Abrahams 2006. Distributed under the Boost
2 .. Software License, Version 1.0. (See accompanying
3 .. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
4
5 Errors and Warnings
6 -------------------
7
8 Don't be alarmed if you see compiler warnings originating in Boost
9 headers. We try to eliminate them, but doing so isn't always
10 practical. [#warnings]_ **Errors are another matter**. If you're
11 seeing compilation errors at this point in the tutorial, check to
12 be sure you've copied the `example program`__ correctly and that you've
13 correctly identified the `Boost root directory`_.
14
15 __ `Build a Simple Program Using Boost`_
16