Skip to content

Instantly share code, notes, and snippets.

@zacharee
Created September 7, 2018 20:39
Show Gist options
  • Save zacharee/e97679ba48ad6d38d0af3580c66881e9 to your computer and use it in GitHub Desktop.
Save zacharee/e97679ba48ad6d38d0af3580c66881e9 to your computer and use it in GitHub Desktop.
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/include/c++/bits/uniform_int_dist.h:226:4: error: 'std::mersenne_twister_engine<long unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>(std::random_device)' is not a class, struct, or union type
_Gresult_type;
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/include/c++/bits/uniform_int_dist.h:229:4: error: 'std::mersenne_twister_engine<long unsigned int, 32, 624, 397, 31, 2567483615, 11, 4294967295, 7, 2636928640, 15, 4022730752, 18, 1812433253>(std::random_device)' is not a class, struct, or union type
__uctype;
^~~~~~~~
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/include/c++/bits/uniform_int_dist.h:246:31: error: too few arguments to function
__ret = __uctype(__urng()) - __urngmin;
~~~~~~^~
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/include/c++/bits/uniform_int_dist.h:273:35: error: too few arguments to function
__ret = __tmp + (__uctype(__urng()) - __urngmin);
~~~~~~^~
/usr/lib/gcc/x86_64-pc-cygwin/7.3.0/include/c++/bits/uniform_int_dist.h:278:27: error: too few arguments to function
__ret = __uctype(__urng()) - __urngmin;
~~~~~~^~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment