`phoenix::let` with non-placeholder value can't be modified in c++11
Open
bug
C++11+
- Dominant language
- C++
- Stars
- 33
- Forks
- 51
- PR merge metrics
- No merged PRs in 30d
Description
Following code doesn't compile in C++11, but C++03 does.
```cpp
#include
#include
#include
#include
#include
using namespace boost::phoenix;
using namespace local_names;
int main()
{
let(_a = 0)
[
--_a
]();
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.