
devblogs.microsoft.com The sad history of the C++ throw(...) exception specifier - The Old New Thing
I promise not to throw, but who's going to check?

I promise not to throw, but who's going to check?
Although throw()
has been deprecated for a while now, I thought this was an interesting bit of history regarding Microsoft's compiler.
Reordering C++ template type parameters for usability purposes, and type deduction from the future - Raymond Chen
You want them to go first, but you also want to deduce them.