Skip to content

Conversation

@gdifiore
Copy link
Owner

  • Replace raw pointer parameter with reference in TerrainProviderAdapter
  • Enable move operations for FlightPhase, GroundProvider, and TerrainInterface
  • Remove struct keyword from parameter declarations
  • Replace (void) casts with [[maybe_unused]] attribute
  • Add noexcept to math utility functions
  • Clarify thread-safety documentation
  • Add function names to error messages

… patterns

- Replace raw pointer parameter with reference in `TerrainProviderAdapter`
- Enable move operations for `FlightPhase`, `GroundProvider`, and `TerrainInterface`
- Remove `struct` keyword from parameter declarations
- Replace `(void)` casts with `[[maybe_unused]]` attribute
- Add `noexcept` to math utility functions
- Clarify thread-safety documentation
- Add function names to error messages
@gdifiore gdifiore merged commit 836adf6 into main Dec 20, 2025
9 checks passed
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.

2 participants