Fixed compiler error "exception specification in declaration does not match previous declaration" under Clang

pull/35/head
Jeffrey Walton 2015-07-27 12:45:22 -04:00
parent 5eff653a54
commit efcc05e615
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ public:
};
ThreadLocalStorage();
~ThreadLocalStorage();
~ThreadLocalStorage() CRYPTOPP_THROW;
void SetValue(void *value);
void *GetValue() const;