mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 01:28:20 +00:00
Move probabilistic code into zeek namespaces
This commit is contained in:
parent
be92bd536f
commit
f310795d79
17 changed files with 162 additions and 118 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
namespace broker { class data; }
|
||||
|
||||
namespace probabilistic {
|
||||
namespace zeek::probabilistic::detail {
|
||||
|
||||
/**
|
||||
* A vector of bits.
|
||||
|
@ -356,4 +356,8 @@ private:
|
|||
size_type num_bits;
|
||||
};
|
||||
|
||||
} // namespace zeek::probabilistic::detail
|
||||
|
||||
namespace probabilistic {
|
||||
using BitVector [[deprecated("Remove in v4.1. Use zeek::probabilistic::detail::BitVector.")]] = zeek::probabilistic::detail::BitVector;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue