Skip to content

Inline const values of type int,float,bool#194

Merged
laurentlb merged 1 commit intomasterfrom
inl
Dec 31, 2022
Merged

Inline const values of type int,float,bool#194
laurentlb merged 1 commit intomasterfrom
inl

Conversation

@laurentlb
Copy link
Copy Markdown
Owner

e.g.
const bool debug = false;
const int steps = 5;

are inlined by default

e.g.
  const bool debug = false;
  const int steps = 5;

are inlined by default
@laurentlb laurentlb merged commit fe18e05 into master Dec 31, 2022
@laurentlb laurentlb deleted the inl branch December 31, 2022 22:59
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