forked from RobotLocomotion/drake
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make DrakeLcmParams an aggregate for C++20 (RobotLocomotion#17845)
This type is constructed as an aggregate in drake_lcm.cc. However, because there are constructors, the type is not actually an aggregate causing "error: no matching constructor for initialization of drake::lcm::DrakeLcmParams" when compiling in C++20 mode.
- Loading branch information
1 parent
78eaea8
commit ec984ce
Showing
3 changed files
with
0 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters