Sign in
◑
Theme
eigen
/
mirror
/
9ecb8f6fbc3e2ececf804e9db2f6b2c47767e9f0
/
.
/
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
);
}