klipse icon indicating copy to clipboard operation
klipse copied to clipboard

how to find compiler versions?

Open geofflangenderfer opened this issue 3 years ago • 1 comments

I had to make the following ocaml changes to compile

-  Char.lowercase_ascii
+  Char.lowercase (* deprecated since ocaml 4.03.0 *)

geofflangenderfer avatar May 02 '21 15:05 geofflangenderfer

Type “g++ –version” in command prompt

naboo-sy avatar Jul 22 '21 02:07 naboo-sy