libeigen/eigen!2509 Closes #2868 Co-authored-by: Rasmus Munk Larsen <rmlarsen@gmail.com>
10 lines
250 B
C++
10 lines
250 B
C++
// 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); }
|