home *** CD-ROM | disk | FTP | other *** search
- #if 0
- From:
- Subject: Protection violation under OS/2 during compilation
- Status: Fixed in 3.0
- #endif
-
- // bug48.cpp
-
- struct test {
- t()
- {
- if (~testchar) //produces Protection Violation under OS/2
- // during Compilation (ZTCPP1)
- delete testchar;
- }
-
- char * testchar;
- };
-
-