keisukefukuda / tapas

Parallel Framework for Tree-based Adaptively PArtitioned Space
MIT License
0 stars 0 forks source link

Put noexcept to functions #1

Open keisukefukuda opened 9 years ago

keisukefukuda commented 9 years ago

C++11 has a new keyword noexcept. This potentially help compiler to optimize the function.