boostorg / boostorg/proto

appleclang-12 warning: unknown warning group '-Wdeprecated-copy'

Open
#30 2 comments 2 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
23
Forks
41
PR merge metrics
No merged PRs in 30d

Description

In file boost/proto/expr.hpp:
```
boost/proto/expr.hpp:140:44: error: unknown warning group '-Wdeprecated-copy', ignored [-Werror,-Wunknown-warning-option]
#pragma GCC diagnostic ignored "-Wdeprecated-copy"
^
1 error generated.
```

Related to #22, #24.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start in boost/proto/expr.hpp at line 140 and inspect the GCC diagnostic pragma that triggers the AppleClang 12 error. Review related issues #22 and #24, then verify that the relevant build no longer fails with -Werror and -Wunknown-warning-option.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
compilers
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.