Added <utility> based on C++11 for R-values and std::move
parent
e9c086aaac
commit
2d82901165
5
stdcpp.h
5
stdcpp.h
|
|
@ -28,6 +28,11 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <functional>
|
#include <functional>
|
||||||
|
|
||||||
|
// R-value references and std::move
|
||||||
|
#if defined(__cplusplus >= 201103L)
|
||||||
|
# include <utility>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef CRYPTOPP_INCLUDE_VECTOR_CC
|
#ifdef CRYPTOPP_INCLUDE_VECTOR_CC
|
||||||
// workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
|
// workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
|
||||||
#include <vector.cc>
|
#include <vector.cc>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue