forgot inline keyword
This commit is contained in:
parent
16b638c159
commit
de69129f56
@ -82,7 +82,7 @@
|
||||
|
||||
namespace internal {
|
||||
|
||||
void throw_std_bad_alloc()
|
||||
inline void throw_std_bad_alloc()
|
||||
{
|
||||
#ifdef EIGEN_EXCEPTIONS
|
||||
throw std::bad_alloc();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user