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