mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Fix indentation of namespaced aliases
This commit is contained in:
parent
6a3f98c835
commit
4b61d60e80
94 changed files with 575 additions and 458 deletions
|
@ -264,5 +264,7 @@ inline void Queue<T>::WakeUp()
|
|||
} // namespace zeek::threading
|
||||
|
||||
namespace threading {
|
||||
template<typename T> using Queue [[deprecated("Remove in v4.1. Use zeek::threading::Queue.")]] = zeek::threading::Queue<T>;
|
||||
}
|
||||
|
||||
template<typename T> using Queue [[deprecated("Remove in v4.1. Use zeek::threading::Queue.")]] = zeek::threading::Queue<T>;
|
||||
|
||||
} // namespace threading
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue