Mercurial > sdl-ios-xcode
view test/.cvsignore @ 1294:1760ceb23bc6
Date: Fri, 18 Feb 2005 20:49:35 +0200 (EET)
From: ville
Subject: [SDL] Changing, at least some, anonymous enums to named enums.
Howdy,
Could, some if not all, enums be named rather than being anonymous enums?
I ran into troubles with the enum describing event types in SDL_events.h.
The problem is that an anonymous enum cannot be used in C++ templates like
so:
enum { C };
template< typename T >
void
f( T ) {
}
f( C );
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 29 Jan 2006 23:14:04 +0000 |
parents | c9ae23d221ea |
children | d94b080ff6ce |
line wrap: on
line source
Makefile.in Makefile configure config.cache config.log config.status autom4te* aclocal.m4 SDL.dll stdout.txt stderr.txt checkkeys graywin loopwave testalpha testbitmap testblitspeed testcdrom testcpuinfo testdyngl testendian testerror testgamma testgl testhread testjoystick testkeys testlock testoverlay testoverlay2 testpalette testsem testsprite testtimer testtypes testver testvidinfo testwin testwm threadwin