Fixed compiler error "exception specification in declaration does not match previous declaration" under Clang
parent
5eff653a54
commit
efcc05e615
|
|
@ -28,7 +28,7 @@ public:
|
|||
};
|
||||
|
||||
ThreadLocalStorage();
|
||||
~ThreadLocalStorage();
|
||||
~ThreadLocalStorage() CRYPTOPP_THROW;
|
||||
|
||||
void SetValue(void *value);
|
||||
void *GetValue() const;
|
||||
|
|
|
|||
Loading…
Reference in New Issue