forgot inline keyword

This commit is contained in:
Benoit Jacob 2011-10-17 08:49:59 -04:00
parent 16b638c159
commit de69129f56

View File

@ -82,7 +82,7 @@
namespace internal {
void throw_std_bad_alloc()
inline void throw_std_bad_alloc()
{
#ifdef EIGEN_EXCEPTIONS
throw std::bad_alloc();