We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In L5842 – L5873 of cpplint.py , 10 headers, including <mutex>, are unapproved along with alignment_of and aligned_union. However, only 3 of these headers are documented as "may not be used" under § Other Features and anywhere else. In fact, "Mutex" with a capital M is specifically cited as a consideration against copyable types.
<mutex>
Mutex
Is there a place I'm missing that specifies more headers to be forbidden?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In L5842 – L5873 of cpplint.py , 10 headers, including
<mutex>
, are unapproved along with alignment_of and aligned_union. However, only 3 of these headers are documented as "may not be used" under § Other Features and anywhere else. In fact, "Mutex
" with a capital M is specifically cited as a consideration against copyable types.Is there a place I'm missing that specifies more headers to be forbidden?
The text was updated successfully, but these errors were encountered: