Skip to content
Snippets Groups Projects

Restore windows and old-gmm compatibility

Merged Boman Romain requested to merge fix_gmm into master
4 files
+ 38
1
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 10
0
#include <vector>
#include <iostream>
#include <gmm/gmm.h>
int main()
{
std::vector<double> v(10);
std::cout << v << '\n';
return 0;
}
Loading