Skip to content

Fix Windows build break#200

Merged
corbin-phipps merged 1 commit into
feature/dataStreamingfrom
user/corbinphipps/fix-build-break
Mar 1, 2024
Merged

Fix Windows build break#200
corbin-phipps merged 1 commit into
feature/dataStreamingfrom
user/corbinphipps/fix-build-break

Conversation

@corbin-phipps
Copy link
Copy Markdown
Contributor

Type

  • Bug fix
  • Feature addition
  • Feature update
  • Documentation
  • Build Infrastructure

Side Effects

  • Breaking change
  • Non-functional change

Goals

Fixes the Windows build break caused by using std::uniform_int_distribution<uint8_t>.

Technical Details

Changed to std::uniform_int_distribution<uint32_t> then cast result to uint8_t.

Test Results

All tests pass.

Reviewer Focus

None.

Future Work

None.

Checklist

  • Build target all compiles cleanly.
  • clang-format and clang-tidy deltas produced no new output.
  • Newly added functions include doxygen-style comment block.

@corbin-phipps corbin-phipps requested a review from a team as a code owner March 1, 2024 17:48
@corbin-phipps corbin-phipps merged commit d712312 into feature/dataStreaming Mar 1, 2024
@corbin-phipps corbin-phipps deleted the user/corbinphipps/fix-build-break branch March 1, 2024 17:48
@corbin-phipps corbin-phipps mentioned this pull request Mar 1, 2024
10 tasks
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