From 139a472af0a4b08e96afe3624b1138be41d68334 Mon Sep 17 00:00:00 2001 From: Justin Viiret Date: Tue, 1 Mar 2016 15:47:41 +1100 Subject: [PATCH] fdr_confirm_compile: typedef -> using --- src/fdr/fdr_confirm_compile.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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