diff --git a/src/fdr/fdr_confirm_compile.cpp b/src/fdr/fdr_confirm_compile.cpp index 6838d56a..f4ce7366 100644 --- a/src/fdr/fdr_confirm_compile.cpp +++ b/src/fdr/fdr_confirm_compile.cpp @@ -45,10 +45,10 @@ using namespace std; namespace ue2 { -typedef u8 ConfSplitType; -typedef pair BucketSplitPair; -typedef map, size_t>> - BC2CONF; +using ConfSplitType = u8; +using BucketSplitPair = pair; +using BC2CONF = map, size_t>>; // return the number of bytes beyond a length threshold in all strings in lits static