mirror of
https://github.com/pocoproject/poco.git
synced 2025-12-09 16:36:51 +01:00
enh(Foundation): modernised header files (override, using, nullptr, ...)
This commit is contained in:
@@ -98,7 +98,7 @@ protected:
|
||||
{
|
||||
sigjmp_buf buf;
|
||||
};
|
||||
typedef std::vector<JumpBuffer> JumpBufferVec;
|
||||
using JumpBufferVec = std::vector<JumpBuffer>;
|
||||
|
||||
static JumpBufferVec& jumpBufferVec();
|
||||
/// Returns the JumpBufferVec for the current thread.
|
||||
|
||||
Reference in New Issue
Block a user