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