You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This change implements the LinksPlatform decision to use #pragma once
instead of traditional header guards in all C++ headers. The following
files were updated:
- cpp/Platform.Ranges/Range.h: Added #pragma once
- cpp/Platform.Ranges/Range[T].h: Added #pragma once
- cpp/Platform.Ranges/EnsureExtensions.h: Added #pragma once
- cpp/Platform.Ranges/RangeExtensions.h: Added #pragma once
- cpp/Platform.Ranges.Tests/pch.h: Replaced traditional guards with #pragma once
This provides cleaner, more maintainable header protection across the codebase
while ensuring compatibility with modern C++ compilers.
Fixes#43
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments