Sign in
◑
Theme
eigen
/
mirror
/
738bdb3c29fc967d9f4315ed77463ecb83ff2a70
/
.
/
test
/
bug1213.cpp
blob: c60dc83832613209f1c105a843d979afdc230f83 [
file
]
// SPDX-FileCopyrightText: The Eigen Authors
// SPDX-License-Identifier: MPL-2.0
// This anonymous enum is essential to trigger the linking issue
enum
{
Foo
};
#include
"bug1213.h"
bool
bug1213_1
(
const
Eigen
::
Vector3f
&
x
)
{
return
bug1213_2
(
x
);
}