Skip to content
Snippets Groups Projects
Commit cf0aa12f authored by Jonas Rembser's avatar Jonas Rembser
Browse files

[RF] RooFormula::processForumla: escape { and } in variable names.

Fixes issue #7115.

Some characters need to be escaped before using variable names in std::regex
expressions formed in RooFormula::processForumla.

Both [ and ] were already considered; this commit adds { and } to the list.
parent a97a17ed
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment