[ringland@orange BH2.1_2002]$ g++ useBagOfNuts.c
useBagOfNuts.c: In function `int main()':
useBagOfNuts.c:10: ambiguous overload for `std::ostream& << BagOfNuts&'
   operator
BagOfNuts.H:13: candidates are: std::ostream& operator<<(std::ostream&, const
   Bag<T>&) [with T = Nut]
Bag.H:24:                 std::ostream& operator<<(std::ostream&, const
   Bag<T>&) [with T = Nut]
BagOfNuts.H:13:                 std::ostream& operator<<(std::ostream&, const
   Bag<T>&) [with T = Nut]
[ringland@orange BH2.1_2002]$ date
Thu Dec 26 21:55:20 EST 2002
[ringland@orange BH2.1_2002]$ g++ -v
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.2/specs
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --host=i386-redhat-linux --with-system-zlib --enable-__cxa_atexit
Thread model: posix
gcc version 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
[ringland@orange BH2.1_2002]$ cat > bagofnuts_error.txt
