ComputationalRadiationPhysics / libSplash

libSplash - Simple Parallel file output Library for Accumulating Simulation data using Hdf5
GNU Lesser General Public License v3.0
15 stars 15 forks source link

Catch By Reference #213

Closed ax3l closed 8 years ago

ax3l commented 8 years ago

C++ catch parameters should be passed by const reference.

This PR was not triggered by an immediate problem but should be fixed since it usually causes problems (e.g., boost program options usually segfaults when catched wrong). Found via flint++ checking.

References: