15 Apr 09:28
[BoostDocs] Parasit characters generated when C++ code is included directly
From: vicente.botet <vicente.botet <at> wanadoo.fr>
Subject: [BoostDocs] Parasit characters generated when C++ code is included directly
Newsgroups: gmane.comp.lib.boost.documentation
Date: 2008-04-15 07:29:05 GMT
Subject: [BoostDocs] Parasit characters generated when C++ code is included directly
Newsgroups: gmane.comp.lib.boost.documentation
Date: 2008-04-15 07:29:05 GMT
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
(Continue reading)
RSS Feed