mirror of
https://github.com/boostorg/regex.git
synced 2025-07-13 12:26:37 +02:00
regex: some fixes for level 4 warnings under VC6
[SVN r8942]
This commit is contained in:
@ -107,6 +107,8 @@ public:
|
||||
private:
|
||||
lock_type& mut;
|
||||
bool owned;
|
||||
// VC6 warning suppression:
|
||||
lock_guard& operator=(const lock_guard&);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user