mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-27 16:00:35 +08:00
Got coverage working for templates.
This commit is contained in:
@@ -4,6 +4,8 @@
|
||||
|
||||
using namespace matrix;
|
||||
|
||||
template class Vector<float, 3>;
|
||||
|
||||
int main()
|
||||
{
|
||||
Vector3f a(1, 0, 0);
|
||||
|
||||
Reference in New Issue
Block a user