tkalpha

Results 1 issues of tkalpha

https://github.com/Light-City/CPlusPlusThings/blob/master/practical_exercises/10_day_practice/day9/exception/5.cpp ``` void handler(int n) throw(int, char, double){/*...*/} ``` 这种做法在高版本C++中不被允许