Brian Puchala
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: 
### Context I may be overlooking a configuration option, but it seems like there is no way to configure formatting output like the following to appear in a single output...