dune_require_cxx_standard does not require anything
dune_require_cxx_standard(MODULE "mymodule" VERSION 140)
runs through without error. In the case the required standard is higher than the highest available standard nothing is checked or set.
Expected: Fatal error saying that the compiler doesn't support the required standard.
Edited by Timo Koch