Ocaml test-suite 'passes' with c++11 testing now

Test c++17 on Github Actions to try keep it passing when
configure detects g++ can test c++17.
This commit is contained in:
William S Fulton 2022-03-27 13:50:30 +01:00
commit f44153069b
5 changed files with 11 additions and 8 deletions

View file

@ -12,7 +12,7 @@
template<typename T> class Temper {
public:
T val;
T valu;
};
class A {