Phil
Phil
Certainly my question is similar to #1561 and some of the discussion on GSL, but I think this question is also different. I am not debating the pros/cons of using...
So perhaps my question is a follow-on to 761, in which @hsutter said: > C++ Core Guidelines editors' call: This seems to be asking for a debugging aid that can...
We agree that showing failed assertions to the end user is not valuable. But having something (a stacktrace with a message) that the user can send back, is infinitely better...
But I am trying to get away from manually running in the debugger and use more automated unit and functional tests, which are not run in the debugger. (Plus, most...
I second this request. I am running into exactly the same problem. I have put in help strings for each of my traits but they do not show up in...
Sorry, I believe this PR is premature. It is based on a spdlog commit that was after that most recent 1.3.1 spdlog release. I can either add a version check...
Yes; its maximum dimension will be unlimited. I believe the correct HDF5 term is extendible dataset. [Creating an Extendible Dataset](https://www.hdfgroup.org/HDF5/Tutor/extend.html) is the basic tutorial, which says > [An unlimited dimension...
But that is the point of an extendable HDF5 dataset--the library does all of this for you. For example, if I have a Vector3d that I want to write out...