Commit 4fc12617 by Jason Merrill

restore # lines

From-SVN: r47985
parent 05c8e58b
# 1 "SetLS.cc"
// GROUPS passed templates nested-classes
// Special g++ Options:
//
......@@ -13,6 +14,7 @@
#include <iostream>
using namespace std;
# 1 "../../templates/SetLS.h" 1
// -*- C++ -*-
......@@ -36,8 +38,10 @@ using namespace std;
#define XTRUE true
#define XFALSE false
# 37 "../../templates/SetLS.h"
# 1 "../../templates/ListS.h" 1
// -*- C++ -*-
......@@ -59,6 +63,7 @@ using namespace std;
# 1 "/projects/gnu-cygnus/gnu-cygnus-14/mips/lib/gcc-lib/decstation/cygnus-reno-1/g++-include/bool.h" 1 3
// Defining XTRUE and XFALSE is usually a Bad Idea,
// because you will probably be inconsistent with anyone
// else who had the same clever idea.
......@@ -72,7 +77,9 @@ using namespace std;
# 23 "../../templates/ListS.h" 2
# 37 "../../templates/ListS.h"
......@@ -182,6 +189,7 @@ public:
{ check(x);
return x.index->item; }
protected:
# 154 "../../templates/ListS.h"
unsigned count;
......@@ -312,8 +320,10 @@ ListS<T>::remove_head_filling(T* fill)
}
# 40 "../../templates/SetLS.h" 2
# 62 "../../templates/SetLS.h"
template<class T>
class SetLS {
......@@ -412,6 +422,7 @@ SetLS<T>::contains(const T& item) const
}
# 17 "SetLS.cc" 2
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment