mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-14 04:35:57 +08:00
forgot inline keyword
This commit is contained in:
parent
16b638c159
commit
de69129f56
@ -82,7 +82,7 @@
|
|||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
||||||
void throw_std_bad_alloc()
|
inline void throw_std_bad_alloc()
|
||||||
{
|
{
|
||||||
#ifdef EIGEN_EXCEPTIONS
|
#ifdef EIGEN_EXCEPTIONS
|
||||||
throw std::bad_alloc();
|
throw std::bad_alloc();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user