Semio Zheng

Results 1 comments of Semio Zheng

I was able to install under openbsd with these makevars (thanks to @wch and [this thread](https://github.com/rstudio/httpuv/issues/120)): ``` CXX11 = clang++ CXX11STD = -std=gnu++17 ``` You can find default values in...