(svn r11689) -Fix: compilation error and most of warnings for gcc 4.3

This commit is contained in:
smatz
2007-12-23 21:02:40 +00:00
parent 22f79df328
commit 17d1b522bc
4 changed files with 12 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
template<uint N> static inline void ExtractValid();
template<> static inline void ExtractValid<1>() {}
template<> inline void ExtractValid<1>() {}
template<typename T> struct ExtractBits;