Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor bugfix to unroll cppimpl #220

Merged
merged 1 commit into from
May 6, 2024
Merged

Conversation

robambalu
Copy link
Collaborator

@robambalu robambalu commented May 6, 2024

Missing cast from vector value to ElemT, which for bool would be a vector value of unsigned char. This was triggering a CSP_ASSERT in debug builds

…mT, which for bool would be a vector value of unsigned char. This was triggering a CSP_ASSERT in debug builds

Signed-off-by: Rob Ambalu <robert.ambalu@point72.com>
@timkpaine timkpaine changed the title minor bugfix to unroll cppimpl. Missing cast from vector value to El… minor bugfix to unroll cppimpl May 6, 2024
@timkpaine timkpaine added type: bug Concrete, reproducible bugs lang: c++ Issues and PRs related to the C++ codebase labels May 6, 2024
@robambalu robambalu merged commit 7197c77 into main May 6, 2024
22 checks passed
@robambalu robambalu deleted the bugfix/unroll_cppnode_elemt_cast branch May 6, 2024 17:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang: c++ Issues and PRs related to the C++ codebase type: bug Concrete, reproducible bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants