Skip to content
Snippets Groups Projects

Restore windows and old-gmm compatibility

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