mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
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