Skip to content
Snippets Groups Projects
Commit 126e53e3 authored by scott snyder's avatar scott snyder
Browse files

SelectionHelpers: Fix use of dangling reference.

The Lexer class was initializing m_tokenizer to reference the string
passed into the constructor, rather than the string stored in the Lexer
instance.  That former is a reference that can go away before the Lexer.
Fixes unit test failure seen in the clang build.
parent 21a2e761
No related branches found
No related tags found
Loading
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