Skip to content
  • Brad King's avatar
    bootstrap: Require compiler mode aware of C++11 · 4a275f63
    Brad King authored
    Some compilers have enough features enabled in their default modes to
    pass our simple C++11 unique_ptr check but do not enable enough to build
    CMake.  Poison this case so that we choose one of the explicit `-std=`
    options for such compilers.
    4a275f63