Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F10907589
stdcpp.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
461 B
Subscribers
None
stdcpp.h
View Options
#ifndef CRYPTOPP_STDCPP_H
#define CRYPTOPP_STDCPP_H
#include
<stddef.h>
#include
<assert.h>
#include
<limits.h>
#include
<memory>
#include
<string>
#include
<exception>
#include
<typeinfo>
#ifdef _MSC_VER
#include
<string.h>
// CodeWarrior doesn't have memory.h
#include
<algorithm>
#include
<map>
#include
<vector>
// re-disable this
#pragma warning(disable: 4231)
#endif
#if defined(_MSC_VER) && defined(_CRTAPI1)
#define CRYPTOPP_MSVCRT6
#endif
#endif
File Metadata
Details
Attached
Mime Type
text/x-c
Expires
Mon, Nov 25, 08:04 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4582745
Default Alt Text
stdcpp.h (461 B)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment