Skip to content

Reuse ValueIndexPair definition when declaring ValueStringHashes#614

Open
staging-devin-ai-integration[bot] wants to merge 1 commit intomainfrom
evalon/blaze-reus-a6ddbf8d
Open

Reuse ValueIndexPair definition when declaring ValueStringHashes#614
staging-devin-ai-integration[bot] wants to merge 1 commit intomainfrom
evalon/blaze-reus-a6ddbf8d

Conversation

@staging-devin-ai-integration
Copy link

This PR simplifies the type declaration by reusing the existing ValueIndexPair type alias.

Changes

  • Replace std::vector<std::pair<std::size_t, std::size_t>> with std::vector<ValueIndexPair> in the ValueStringHashes type alias

Since ValueIndexPair is already defined as std::pair<std::size_t, std::size_t>, this makes the code more consistent and easier to maintain.

@staging-devin-ai-integration
Copy link
Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

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.

0 participants