Skip to content

adding char * constructor for ParameterVarient #79

Merged
tfoote merged 1 commit intomasterfrom
charstar_params
Aug 4, 2015
Merged

adding char * constructor for ParameterVarient #79
tfoote merged 1 commit intomasterfrom
charstar_params

Conversation

@tfoote
Copy link
Copy Markdown
Contributor

@tfoote tfoote commented Aug 4, 2015

fixes #75

@tfoote tfoote added the in progress Actively being worked on (Kanban column) label Aug 4, 2015
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please call the constructor with the std::string argument instead of reimplementing the same body.

@wjwwood
Copy link
Copy Markdown
Member

wjwwood commented Aug 4, 2015

lgtm

@esteve
Copy link
Copy Markdown
Member

esteve commented Aug 4, 2015

+1 (including @dirk-thomas 's comment)

@tfoote
Copy link
Copy Markdown
Contributor Author

tfoote commented Aug 4, 2015

switched to delegating constructor. That's a neat new c++11 feature.

@wjwwood
Copy link
Copy Markdown
Member

wjwwood commented Aug 4, 2015

+1 (again)

@dirk-thomas
Copy link
Copy Markdown
Member

+1

tfoote added a commit that referenced this pull request Aug 4, 2015
adding char * constructor for ParameterVarient
@tfoote tfoote merged commit 93f68e4 into master Aug 4, 2015
@tfoote tfoote removed the in progress Actively being worked on (Kanban column) label Aug 4, 2015
@tfoote tfoote deleted the charstar_params branch August 4, 2015 23:43
mauropasse pushed a commit to mauropasse/rclcpp that referenced this pull request Feb 7, 2022
…estruction

Add mutex to protect GuardCondition callback
nnmm pushed a commit to ApexAI/rclcpp that referenced this pull request Jul 9, 2022
DensoADAS pushed a commit to DensoADAS/rclcpp that referenced this pull request Aug 5, 2022
- for a shared library, no lib file is generated on Windows
- needed for Linux to be included in shared libraries
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.

ParameterVariant constructor with hard coded string gets interpreted as bool

4 participants