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 5Errors and Warnings 6------------------- 7 8Don't be alarmed if you see compiler warnings originating in Boost 9headers. We try to eliminate them, but doing so isn't always 10practical. [#warnings]_ **Errors are another matter**. If you're 11seeing compilation errors at this point in the tutorial, check to 12be sure you've copied the `example program`__ correctly and that you've 13correctly identified the `Boost root directory`_. 14 15__ `Build a Simple Program Using Boost`_ 16 17