Hello! The patch "http://www.spinics.net/lists/linux-bluetooth/msg20220.html" is using the typeof keyword. I also found the statement: "I was uncomfortable to depend on "typeof" for that initially, but the macro already uses that for the struct member." IMHO typeof is not part of the C++ standard, and isn't available when we use -std=c++0x. g++ should support __typeof__ even with -std=c++0x. So perhaps we could change the C++ "workaround" to use __typeof__ instead of typeof to support also programs that are using c++0x standard. -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html