/* ----------------------------------------------- */
/* Problem 10 -- Members with the same name as the */
/* enclosing namespace. */
namespace NS3 {
class NS3 {};
};
NS3::NS3 ns3;
Thus rename the IteratorState enum in the IteratorState namespace into IteratorState_s_.
git-svn-id: https://svn.dealii.org/trunk@5601
0785d39b-7218-0410-832d-
ea1e28bc413d
<h3>deal.II</h3>
<ol>
+ <li> <p>
+ Fixed: The <code class="class">IteratorState::IteratorState</code>
+ enum is now called <code
+ class="class">IteratorState::IteratorStates</code>. This works
+ around a bug in Sun's Forte C++ compilers which can't handle
+ members of namespaces with the same name as the enclosing
+ namespace.
+ <br>
+ (WB 2002/03/20)
+ </p>
+
<li> <p>
Fixed: In 3d, the function <code
class="member">DoFTools::make_hanging_node_constraints</code>
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams