Dan S. Camper
Dan S. Camper
@ghalliday Please merge. Thanks!
@ghalliday squashed, ready for merge.
Related to our offline conversation about runtime compatibility of older clusters: From https://gcc.gnu.org/projects/cxx-status.html#cxx17: C++17 Support in GCC GCC has almost full support for the previous revision of the C++ standard,...
Adding runtime environment notes to this PR from offline conversations. Apparently there are still CentOS 7.9 environments in production, and the default compiler version is 4.8.5. gcc 4.8.5 supports exactly...
We download updated compilers at build time, but I don't think they are pushed to the built package for installation. I just downloaded the CentOS7 .rpm and looked at the...
If a dev added something like #compileflags --std=c++17 to an embedded function then I think the result is really defining the minimum feature set the function requires. The definitions I...
> @dcamper a couple of comments/questions. I also (separately) wonder whether the IHThorGenericDiskWriteArg interface should be merged into IHThorDiskWriteArg. It doesn't matter either way, and is independent of this PR....
Offline commented noted here for posterity and note-keeping: Investigation into using .emplace_back() instead of .push_back() may be a good idea.
Chiming in with another data point: I had this problem as well, just this morning. I waited an hour for Xcode to install. There was no activity within /var/log/install.log during...