mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-09-29 11:16:29 +03:00
dfa: standardise 'using' instead of typedef
This commit is contained in:
committed by
Matthew Barr
parent
0d7d52625c
commit
85f7790a21
@@ -79,9 +79,8 @@ never_inline
|
||||
bool determinise(Auto &n, std::vector<ds> &dstates, size_t state_limit,
|
||||
std::vector<typename Auto::StateSet> *statesets_out = nullptr) {
|
||||
DEBUG_PRINTF("the determinator\n");
|
||||
typedef typename Auto::StateSet StateSet;
|
||||
typedef typename Auto::StateMap DstateIdMap;
|
||||
DstateIdMap dstate_ids;
|
||||
using StateSet = typename Auto::StateSet;
|
||||
typename Auto::StateMap dstate_ids;
|
||||
|
||||
const size_t alphabet_size = n.alphasize;
|
||||
|
||||
|
Reference in New Issue
Block a user