mirror of
https://github.com/shadps4-emu/ext-cryptopp.git
synced 2024-11-23 09:59:42 +00:00
Added <utility> based on C++11 for R-values and std::move
This commit is contained in:
parent
e9c086aaac
commit
2d82901165
5
stdcpp.h
5
stdcpp.h
@ -28,6 +28,11 @@
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
|
||||
// R-value references and std::move
|
||||
#if defined(__cplusplus >= 201103L)
|
||||
# include <utility>
|
||||
#endif
|
||||
|
||||
#ifdef CRYPTOPP_INCLUDE_VECTOR_CC
|
||||
// workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
|
||||
#include <vector.cc>
|
||||
|
Loading…
Reference in New Issue
Block a user