Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion new-circle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ This section describes Circle's file-scope versioning. During lexing, each file
* `#feature reset [X Y Z]` - reset the active feature mask and optionally set new fields.
* `#feature include "feature-file"` - load a file and activate the features listed there.

Setting or clearing features _only effects the current file_. The active masks of all other files in the translation unit are unaffected.
Setting or clearing features _only affects the current file_. The active masks of all other files in the translation unit are unaffected.

[**features.cxx**](features.cxx) - [(Compiler Explorer)](https://godbolt.org/z/75x87vcbq)
```cpp
Expand Down