Subject: [Boost-docs] [BoostDocs] Parasit characters generated when C++ code is included directly
From: vicente.botet (vicente.botet_at_[hidden])
Date: 2008-04-15 07:29:05
Hello,
I'm using quickbook and I have some little problems when including directly
C++ code
For example, the following quickbook extract:
"
The Boost (C++0x) mutexes have associated a category which form a subtyping
hierarchy:
ExclusiveLock <- SharableLock <- UpgradableLock
exclusive_lock_tag <- sharable_lock_tag <- upgradable_lock_tag
Substitutability applies both to the degree of syntactic support and to the
locking semantics
"
generates
"
<p>
The Boost (C++0x) mutexes have associated a category which form a
subtyping
hierarchy: ExclusiveLock <- SharableLock <- UpgradableLock
</p>
<pre class="programlisting">
<span class="identifier">exclusive_lock_tag</span> <span
class="special"><-</span> <span
class="identifier">sharable_lock_tag</span> <span
class="special"><-</span> <span
class="identifier">upgradable_lock_tag</span>
<span class="identifier">i</span></pre>
<p>
Substitutability applies both to the degree of syntactic support and
to the
locking semantics
</p>
"
Note the <span class="identifier">i</span> at the end of the
"programlisting".
The contents of this last span varies from one generation to another. Some
time one character other more.
Have some one already found similar problems?
I use 1.35.0 on cygwin.
_____________________
Vicente Juan Botet Escriba
This archive was generated by hypermail 2.1.7 : 2017-11-11 08:50:40 UTC