Bill Quith
Bill Quith
Please note compiler version notes. C++14 required.
Yes. It’s mentioned in the change log and release notes.
> This must be new since I was able to build just a few days ago. I put a more explicit note about C++14 support in the notes. Sorry if...
Sorry, busy week at work. I have looked at the PR. Hopefully your patch works for now. I had a think on the way to work. My current thinking is...
I made some progress on this. There is a "feature/arg" branch with a working pass-by-ref for pointers. I'm not going to push it out because it doesn't handle references, just...
I experimented with adding a ValueRef type that is a cheaper version of UserObject byRef. This would mean you don't have to declare basic types to use them by reference.
Finally checked this into the develop branch. I'm a bit rusty no what I've done!
Sorry, I somehow overlooked this. - Your suggestion makes sense. I plan to overhaul the serialisation aspect at some point (see #43), so this may features in this work. If...
Sorry for the delay, been busy doing other things. I'll try and investigate.
Raised due to #55 .