fix doc example typo
[boost.git] / more / getting_started / detail / errors-and-warnings.rst
blob770d46eae3dea92280caa413507882992cf1cfcf
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)
5 Errors and Warnings
6 -------------------
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`_.
15 __ `Build a Simple Program Using Boost`_