~zooko/cryptopp/trunk

« back to all changes in this revision

Viewing changes to stdcpp.h

  • Committer: weidai
  • Date: 2010-06-18 01:52:34 UTC
  • Revision ID: svn-v4:57ff6487-cd31-0410-9ec3-f628ee90f5f0:trunk/c5:485
avoid SecBlock of arrays

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#include <algorithm>
16
16
#include <map>
17
17
#include <vector>
18
 
#include <locale>
19
18
 
20
19
// re-disable this
21
20
#pragma warning(disable: 4231)