Fixed (unit-tests only) for VC++ 4.2 (no 'explicit')

This commit is contained in:
scc%netscape.com 1998-11-13 00:34:41 +00:00
Родитель f9e569cf91
Коммит 56a7d55121
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -19,6 +19,11 @@
#define NOT_PRODUCTION_CODE
#define USE_EXPERIMENTAL_SMART_POINTERS
// Oops. Still want to compile the test app under VC++ 4.2
#if defined(_MSC_VER) && (_MSC_VER<1100)
#define explicit
#endif
#include <iostream.h>
#include "COM_auto_ptr.h"