gcc

gccのオプションのメモ

gccで使用するオプションのメモ: -Wall -Wextra -Wformat=2 -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Wfloat-equal -Wpointer-arith References Warning Options - Using the GNU Compiler Collection (GCC) difference between gcc and vc …

error: explicit template specialization cannot have a storage class

gcc43を使ってみたら怒られたのでメモ: GCC 4.3 Release Series ― Porting to the New Tools - GNU Project - Free Software Foundation (FSF) Explicit template specialization cannot have a storage classSpecializations of templates cannot explicitl…