
11 Mar
2002
11 Mar
'02
12:56 a.m.
Hi all.
The following small program shows a bug related to the use of the <CODE> and </CODE> tags. The error is visible when the code tags enclose both the template instantiation "<...>" and the scope "::" syntactic operators of C++.
I am using version 1.2.14 and a default configuration file.
Apologies if this bug has already been reported ...
Regards, Enea Zaffanella
/*! \file bug.cc */
//! This comment <CODE>vector<int></CODE> //! does not cause problems. void foo(int x) {}
//! Neither this one <CODE>std::swap()</CODE> //! causes problems. void foo2(int x) {}
//! But when writing this one, combining the two syntactic //! features above, <CODE>vector<int>::iterator</CODE> //! the \tt LaTeX environment is not closed. void foo3(int x) {}
8624
Age (days ago)
8624
Last active (days ago)
0 comments
1 participants
participants (1)
-
Enea Zaffanella