Jesse Rosenstock

Results 231 comments of Jesse Rosenstock

Sure. You can call them `kBegin`, etc.

I mean, send a PR to change it to: ``` enum class InitialPosition { kBegin, kEnd, kUnpositioned }; ```

What do you mean by "invalid"? It looks like you just need to keep building with `-DS2_USE_GLOG` if you want to use glog. How should we use `find_package` to make...

Ignore this for now -- just starting to play around. I need to install absl and the other dependencies.

What's the minimum c++ version needed for this to work?

This isn't compiling: https://travis-ci.org/github/google/s2geometry/builds/696839883 C++20 is too new to require. C++14 is definitely ok and C++17 is probably ok.

> With this patch, s2geometry can be compiled with gcc 10. gcc 10 works without this patch. https://travis-ci.org/github/google/s2geometry/jobs/722137049#L423

I will close and re-open this in hope of getting travis-ci to notice the `.travis.yml` changes. The current `CMakeLists.txt` is incompatible with the old `.travis.yml`.

This breaks both compilers that support c++20 https://travis-ci.org/github/google/s2geometry/jobs/722649190#L544 and those that don't https://travis-ci.org/github/google/s2geometry/jobs/722649187#L324

Again, what is the higher level problem you're trying to solve? It seems like you might be working at too low a level. There might be other tools that solve...