From: Justin Viiret Date: Tue, 1 Mar 2016 04:47:41 +0000 (+1100) Subject: fdr_confirm_compile: typedef -> using X-Git-Tag: v4.3.0^2~141 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=139a472af0a4b08e96afe3624b1138be41d68334;p=thirdparty%2Fvectorscan.git fdr_confirm_compile: typedef -> using --- 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