We already build them in C99 mode. We can't depend on any C11 features, because MSVC doesn't implement C11, but we may be able to use some things like the C11 atomics via conditional compilation (see WT-2786).
We already build them in C99 mode. We can't depend on any C11 features, because MSVC doesn't implement C11, but we may be able to use some things like the C11 atomics via conditional compilation (see WT-2786).