We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 072c8b0 + 1df728c commit 9767555Copy full SHA for 9767555
include/pthread/pthread_exception.hpp
@@ -25,7 +25,7 @@ namespace pthread {
25
* @param message error message
26
* @param pthread_errno a pthread function return code.
27
*/
28
- pthread_exception( const string message, const int pthread_errno = 0 ): _message{message}, _pthread_errno{pthread_number}{};
+ pthread_exception( const string message, const int pthread_errno = 0 ): _message{message}, _pthread_errno{pthread_errno}{};
29
30
virtual ~pthread_exception(){};
31
0 commit comments