Squashed 'third_party/boostorg/preprocessor/' content from commit 56090c5

Change-Id: I8c0a13225778c3751a35945439d5304bd9e639ef
git-subtree-dir: third_party/boostorg/preprocessor
git-subtree-split: 56090c56b5c78418b6dbe8c3c2ba576395152f83
diff --git a/doc/title.html b/doc/title.html
new file mode 100644
index 0000000..ea7871e
--- /dev/null
+++ b/doc/title.html
@@ -0,0 +1,25 @@
+<html>
+  <head>
+    <meta content="text/html; charset=windows-1252" http-equiv="content-type">
+    <title>title.html</title>
+    <link rel="stylesheet" type="text/css" href="styles.css">
+  </head>
+  <body>
+    <h4>Introduction</h4>
+    <div> The Boost Preprocessing library is a library of macros, with support
+      for preprocessor metaprogramming. The library supports both C++ and C
+      compilation. It does not depend on any other Boost libraries and therefore
+      may be used as a standalone library. </div>
+    <div> An excerpt from <i>C++ Template Metaprogramming: Concepts, Tools, and
+        Techniques from Boost and Beyond</i> by Dave Abrahams and Aleksey
+      Gurtovoy has been made <a href="AppendixA-AnIntroductiontoPreprocessorMetaprogramming.html"
+        target="_top"><font color="blue"><b><u><i>available</i></u></b></font></a>.
+      This excerpt contains a basic introduction to the Preprocessor library and
+      preprocessor metaprogramming which may help users new to the library and
+      users interested in seeing some of the facilities offered by the library.
+    </div>
+    <!--
+© Copyright Housemarque Oy 2002© Copyright Paul Mensonides 2002Distributed 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)-->
+  </body>
+</html>