This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Heads-up: volatile and C++
>>>>> "Marcin" == Marcin Dalecki <martin@dalecki.de> writes:
Marcin> Templates are a no-go for a well known and well defined
Marcin> subset for C++ for embedded programming known commonly as
Marcin> well embedded C++.
I don't think that's a good argument. If people want to emasculate
the language, that's their problem. Especially given that templates
work perfectly well in embedded systems -- we use them (and other
features of real C++) in embedded systems here all the time.
paul