From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp31.i.mail.ru (smtp31.i.mail.ru [94.100.177.91]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dev.tarantool.org (Postfix) with ESMTPS id 764D440F3AE for ; Sat, 4 Jul 2020 00:23:19 +0300 (MSK) References: <20200703144526.522358-1-gorcunov@gmail.com> From: Vladislav Shpilevoy Message-ID: Date: Fri, 3 Jul 2020 23:23:17 +0200 MIME-Version: 1.0 In-Reply-To: <20200703144526.522358-1-gorcunov@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Tarantool-patches] [PATCH 00/22] Use void type in empty arguments list List-Id: Tarantool development patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cyrill Gorcunov , tml Cc: Alexander Turenko Hi! Is there a measurement showing how this speeds up or reduces executable's size anyhow? Talking of the patch - why did you change .cc files? AFAIK, in C++ (void) and () are the same. Just no arguments.