C++0x - export gone, exception specs deprecated. Will this affect your code?
- by Neil Butterworth
This latest Herb Sutter trip report on the C++0x standardisation process indicates that the committee has decided to completely drop the "export" concept for templates, and to deprecate exception specifications.
I think these are both good moves, but I'm interested if anyone out there has a code base where these changes will cause them sleepless…