summaryrefslogtreecommitdiff
path: root/more/getting_started/detail/errors-and-warnings.rst
blob: 770d46eae3dea92280caa413507882992cf1cfcf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.. Copyright David Abrahams 2006. Distributed under the Boost
.. Software License, Version 1.0. (See accompanying
.. file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)

Errors and Warnings
-------------------

Don't be alarmed if you see compiler warnings originating in Boost
headers.  We try to eliminate them, but doing so isn't always
practical.  [#warnings]_ **Errors are another matter**.  If you're
seeing compilation errors at this point in the tutorial, check to
be sure you've copied the `example program`__ correctly and that you've
correctly identified the `Boost root directory`_.

__ `Build a Simple Program Using Boost`_