From: Kojirion Date: Sun, 15 Sep 2013 07:11:29 +0000 (+0200) Subject: Use pre-increment also for native types X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=a71209868bdd8361d0607acf7725f70e9d1f2019;hp=a71209868bdd8361d0607acf7725f70e9d1f2019 Use pre-increment also for native types Now that we use pre-increment on enums, it make sense, for code style uniformity, to swith to pre-increment also for native types, although there is no speed difference. No functional change. ---