On Friday, May 18, the normal maintenance window (17:00 Pacific time) will be extended for data center maintenance until 23:00 Pacific. No extended down-time is planned, but brief delays and interruptions are possible throughout the period.
map_wrapper.hpp
Go to the documentation of this file.00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #ifndef _SVNCPP_MAP_WRAPPER_H_
00026 #define _SVNCPP_MAP_WRAPPER_H_
00027
00028
00029 #if defined (_MSC_VER) && _MSC_VER <= 1200
00030
00031 #pragma warning (disable: 4786)
00032
00033 #pragma warning (disable: 4290)
00034
00035 #pragma warning (disable: 4018)
00036 #endif
00037
00038
00039 #if defined (_MSC_VER) && _MSC_VER > 1200 && _MSC_VER <= 1500
00040
00041 #pragma warning (disable: 4290)
00042 #endif
00043
00044 #include <map>
00045
00046
00047 #if defined (_MSC_VER) && _MSC_VER <= 1200
00048 #pragma warning (default: 4018)
00049 #endif
00050
00051 #if defined (_MSC_VER) && _MSC_VER > 1200 && _MSC_VER <= 1500
00052 #endif
00053
00054
00055
00056 #endif
00057
00058
00059
00060
00061
Generated on Tue Oct 6 19:45:57 2009 for SvnCpp by
1.5.8