ITHelpDec

Results 5 comments of ITHelpDec

Happy three year anniversary! A quick solution would be to remove `const` from the end of `find_entry_for()`, so this... https://github.com/anthonywilliams/ccia_code_samples/blob/6e7ae1d66dbd2e8f1ad18a5cf5c6d25a37b92388/listings/listing_6.11.cpp#L23 ...would become this... https://github.com/anthonywilliams/ccia_code_samples/blob/e893b0c531110546abf2d2677c1144ea3e290a3d/listings/listing_6.11.cpp#L23 https://github.com/anthonywilliams/ccia_code_samples/compare/main...ITHelpDec:ccia_code_samples:patch-4 A nicer alternative would be...

Hey, @keitee! Maybe a bit of an old post, but I've just posted a PR [here](https://github.com/anthonywilliams/ccia_code_samples/pull/48) showing what steps I took to resolve the issue (it just needed a simple...

Thanks for helping with this, you two - PR attached above.

I used the branch listed in the page ["SETTING UP EXECUTORCH"](https://pytorch.org/executorch/stable/getting-started-setup.html#set-up-your-environment) ```bash git clone --branch v0.1.0 https://github.com/pytorch/executorch.git ``` I tried `main` previously, but had other errors - will try again...

> _Can you try with git clone --branch v0.2.0 https://github.com/pytorch/executorch.git?_ Sorry for the radio silence - I'll attempt to give this a go next time I'm on the Intel-based Mac