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