Skip to content

Remove old-style casts#218

Merged
manopapad merged 1 commit intonv-legate:branch-22.03from
manopapad:old-style-cast
Mar 15, 2022
Merged

Remove old-style casts#218
manopapad merged 1 commit intonv-legate:branch-22.03from
manopapad:old-style-cast

Conversation

@manopapad
Copy link
Contributor

@manopapad manopapad commented Mar 15, 2022

Found using -Wold-style-cast

Following Google C++ Style Guide, arithmetic widening replaced with
type{val}, arithmetic narrowing replaced with static_cast<type>(val)

Found using -Wold-style-cast

Following Google C++ Style Guide, arithmetic upcasting replaced with
type{val}, arithmetic downcasting replaced with static_cast<type>(val)
@manopapad manopapad merged commit cf01497 into nv-legate:branch-22.03 Mar 15, 2022
ipdemes pushed a commit to ipdemes/cunumeric that referenced this pull request Jun 7, 2022
Co-authored-by: Manolis Papadakis <mpapadakis@nvidia.com>
manopapad pushed a commit that referenced this pull request Nov 17, 2024
* Build C++ tests as part of main build

* Add install.py option

* fixups

* bump legate commit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant