bug1213_main.cpp
Go to the documentation of this file.
1 
2 // This is a regression unit regarding a weird linking issue with gcc.
3 
4 #include "bug1213.h"
5 
6 int main()
7 {
8  return 0;
9 }
10 
11 
12 template<typename T, int dim>
14 {
15  return true;
16 }
17 
18 template bool bug1213_2<float,3>(const Eigen::Vector3f&);
template bool bug1213_2< float, 3 >(const Eigen::Vector3f &)
int main()
Definition: bug1213_main.cpp:6
bool bug1213_2(const Eigen::Matrix< T, dim, 1 > &)
The matrix class, also used for vectors and row-vectors.


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:41:43