stdcpp.h

00001 #ifndef CRYPTOPP_STDCPP_H
00002 #define CRYPTOPP_STDCPP_H
00003 
00004 #include <stddef.h>
00005 #include <assert.h>
00006 #include <limits.h>
00007 #include <memory>
00008 #include <string>
00009 #include <exception>
00010 #include <typeinfo>
00011 
00012 
00013 #ifdef _MSC_VER
00014 #include <string.h>     // CodeWarrior doesn't have memory.h
00015 #include <algorithm>
00016 #include <map>
00017 #include <vector>
00018 #include <locale>
00019 
00020 // re-disable this
00021 #pragma warning(disable: 4231)
00022 #endif
00023 
00024 #if defined(_MSC_VER) && defined(_CRTAPI1)
00025 #define CRYPTOPP_MSVCRT6
00026 #endif
00027 
00028 #endif

Generated on Sat Dec 23 02:07:10 2006 for Crypto++ by  doxygen 1.5.1-p1