Daniel Oberhoff
Daniel Oberhoff
ok, but I always have to make a repo for an external, right?
I cannot specify it "inline"? With ExternalProject I sadly loose the caching :(
how about adding an external that already uses cmake? do I still have to set up a repo with the cpm makefile, or can I specify directly?
ah, or I can just put it inside the repo itself, right? a tutorial for these things wold e cool :)
Well, the feature request would be to implement operator bool(). Any chance for that?
ich hätte gedacht das wäre der hauptnutzen :). allerdings sollten sich solche links auch leicht generieren lassen, oder?
alternatively jakt could model c++ in allowing mutable class references to be assigned to immutable variables. that would mean - allowing function returns of class "values" to be declared const...
regarding the first point jakts "safety by default" design guide i would assume that class "values" would be const by default and would have to be declared mut: `mut myclass...
> const return values are meaningless in C++, so it would be difficult to enforce any sort of const correctness that way in either the generated C++ code or any...
else has to always be treated as the last branch, wether enforced to be written so or not. nothing can come after it, so not ordering it last does not...