Correct line endings.

This commit is contained in:
Edward Diener
2014-06-04 19:38:09 -04:00
parent e57370608e
commit b43a4708eb
4 changed files with 5 additions and 5 deletions

View File

@ -23,7 +23,7 @@
</div>
<h4> Sample Code </h4>
<div>
<pre>#include &lt;<a href="../headers/array/to_seq.html">boost/preprocessor/array/to_seq.hpp</a>&gt;<br><br><a
<pre>#include &lt;<a href="../headers/array/to_seq.html">boost/preprocessor/array/to_seq.hpp</a>&gt;<br><br><a
href="array_to_seq.html">BOOST_PP_ARRAY_TO_SEQ</a>((3, (a, b, c))) // expands to (a)(b)(c)</pre>
</div>
<hr size="1">