Re: Zerolink error
Re: Zerolink error
- Subject: Re: Zerolink error
- From: "Patrick A. Klein" <email@hidden>
- Date: Mon, 29 Dec 2003 19:03:45 -0700
After some fiddling, it boils down to the following. For some reason,
this code won't run with ZeroLink enabled:
#include <fstream>
class ofstreamT: public std::ofstream
{
public:
ofstreamT(void) {};
};
int main (int argc, char * const argv[]) {
ofstreamT out;
return 0;
}
------------------------------------------
Patrick A. Klein
Sandia National Laboratories
MS9161
P.O. Box 0969
Livermore, CA 94551
p: (925) 294-4618 or (800) 4SANDIA x4-4618
f: (925) 294-3231
e: email@hidden
------------------------------------------
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.