]> Dogcows Code - chaz/vimcoder/commit
compressing types with multiple identifiers is bad for C++
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 23 Jun 2011 19:04:44 +0000 (13:04 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Thu, 23 Jun 2011 19:04:44 +0000 (13:04 -0600)
commit21cddeda44bd48862361da3c925fbff09f756313
tree1a90278a4c0bb923d574f62c2cdaac41bd132041
parentd6931adf12355c9d0cccde8cbc3d8ee92fc9100e
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
src/com/dogcows/Editor.java
This page took 0.023931 seconds and 4 git commands to generate.