mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
forgot inline keyword
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user