You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove forward declares for classes that no longer exist, or no longer exist in the top-level `mrc` namespace.
* Remove duplicate entries.
* Forward-declare structs as structs.
* Fix casing of `CpuSet` & `NumaSet` structs.
* Remove unused type-aliases from `types.hpp`, this could be a potentially breaking change if any users were using these types.
fixes#291
Authors:
- David Gardner (https://github.com/dagardner-nv)
Approvers:
- Ryan Olson (https://github.com/ryanolson)
URL: #292
Version
23.03
Which installation method(s) does this occur on?
Docker, Conda, Source
Describe the bug.
We have some forward declarations declared with
class
but the definition is astruct
ex:
in
cpp/mrc/include/mrc/forward.hpp
we have:but in
cpp/mrc/include/mrc/core/bitmap.hpp
we have:This has been compiling and working just fine, but should probably get fixed before it becomes an issue.
Minimum reproducible example
No response
Relevant log output
No response
Full env printout
No response
Other/Misc.
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: