mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-06-28 16:41:01 +03:00
fdr_confirm_compile: typedef -> using
This commit is contained in:
parent
69653aaec5
commit
139a472af0
@ -45,10 +45,10 @@ using namespace std;
|
||||
|
||||
namespace ue2 {
|
||||
|
||||
typedef u8 ConfSplitType;
|
||||
typedef pair<BucketIndex, ConfSplitType> BucketSplitPair;
|
||||
typedef map<BucketSplitPair, pair<aligned_unique_ptr<FDRConfirm>, size_t>>
|
||||
BC2CONF;
|
||||
using ConfSplitType = u8;
|
||||
using BucketSplitPair = pair<BucketIndex, ConfSplitType>;
|
||||
using BC2CONF = map<BucketSplitPair,
|
||||
pair<aligned_unique_ptr<FDRConfirm>, size_t>>;
|
||||
|
||||
// return the number of bytes beyond a length threshold in all strings in lits
|
||||
static
|
||||
|
Loading…
x
Reference in New Issue
Block a user