From 3f97464c27aca63f3c70de7202209c360deca08e Mon Sep 17 00:00:00 2001 From: Edward Diener Date: Fri, 17 Jul 2015 07:16:11 -0400 Subject: [PATCH 1/2] Added needed include. --- include/boost/preprocessor/seq/rest_n.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/preprocessor/seq/rest_n.hpp b/include/boost/preprocessor/seq/rest_n.hpp index 5eea650..4aefba4 100644 --- a/include/boost/preprocessor/seq/rest_n.hpp +++ b/include/boost/preprocessor/seq/rest_n.hpp @@ -13,6 +13,7 @@ # define BOOST_PREPROCESSOR_SEQ_REST_N_HPP # # include +# include # include # include # include From 478bb6e10ecf5415c8f02d2305dabb9d3ebfac9a Mon Sep 17 00:00:00 2001 From: Thomas Kent Date: Fri, 14 Aug 2015 17:39:42 -0500 Subject: [PATCH 2/2] Removed weird unicode character from filename and links --- ...A - An Introduction to Preprocessor Metaprogramming.html} | 6 +++--- doc/contents.html | 2 +- doc/title.html | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) rename doc/{Appendix A   An Introduction to Preprocessor Metaprogramming.html => Appendix A - An Introduction to Preprocessor Metaprogramming.html} (99%) diff --git a/doc/Appendix A   An Introduction to Preprocessor Metaprogramming.html b/doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html similarity index 99% rename from doc/Appendix A   An Introduction to Preprocessor Metaprogramming.html rename to doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html index c713012..73be306 100644 --- a/doc/Appendix A   An Introduction to Preprocessor Metaprogramming.html +++ b/doc/Appendix A - An Introduction to Preprocessor Metaprogramming.html @@ -5,7 +5,7 @@ - Appendix A   An Introduction to Preprocessor Metaprogramming + Appendix A - An Introduction to Preprocessor Metaprogramming
-

Appendix A   An Introduction to Preprocessor +

Appendix A - An Introduction to Preprocessor Metaprogramming

@@ -2491,4 +2491,4 @@ Although the formulation above will work, it does unnecessary workwhen ``n == 0` \ No newline at end of file + ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)).--> diff --git a/doc/contents.html b/doc/contents.html index 8589eea..b9896c0 100644 --- a/doc/contents.html +++ b/doc/contents.html @@ -8,7 +8,7 @@ -

Introduction

Topics

diff --git a/doc/title.html b/doc/title.html index fb2e101..a39bb7c 100644 --- a/doc/title.html +++ b/doc/title.html @@ -12,7 +12,7 @@ may be used as a standalone library.
An excerpt from C++ Template Metaprogramming: Concepts, Tools, and Techniques from Boost and Beyond by Dave Abrahams and Aleksey - Gurtovoy has been made available. This excerpt contains a basic introduction to the Preprocessor library and preprocessor metaprogramming which may help users new to the library and