From: Charles McGarvey Date: Thu, 23 Jun 2011 19:04:44 +0000 (-0600) Subject: compressing types with multiple identifiers is bad for C++ X-Git-Tag: v0.3.2~8 X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=21cddeda44bd48862361da3c925fbff09f756313;hp=21cddeda44bd48862361da3c925fbff09f756313;p=chaz%2Fvimcoder compressing types with multiple identifiers is bad for C++ Sadly, it doesn't look like constructor syntax can be used for multi-word types in C++, so "return long long();" from the template won't compile, but oh well. The return statement is meant to be replaced anyway. see #32 ---