Brian Puchala

Results 3 issues of Brian Puchala

The `casm-boost-cpp17` conda package compiles boost 1.66.0 with c++17. But this version of boost uses `std::unary_function` which was deprecated in c++11 and removed in the c++17 standard. Compilers were still...

From ``jobdb.py``: ``` # Parse our hostname so we can only select jobs from THIS host # Otherwise, if we're on a multiple-clusters-same-home setup, # we may incorrectly update jobs...

Don't warn about unused const variables when linting header files. Avoids warnings like this: ![screen shot 2018-05-11 at 10 46 40 am](https://user-images.githubusercontent.com/3719564/39933378-cb0f8280-5510-11e8-96cb-03458ba4ee58.png)