-
Unexpected behavior when building cppyy-backend master-branch from source using g++ >= 10.
1) Have to pass -D_POSIX_SEM_VALUE_MAX=32767 flag manually or the following error occur:
> In file inclu…
-
Full name of submitter (unless configured in github; will be published with the issue): Jim X
[dcl.fct.def.coroutine] p13 says
> For a parameter of type cv T, the copy is a variable of type cv T …
-
**Full name of submitter (unless configured in github; will be published with the issue)**: Brian Bi
**Reference (section label)**: [class.temporary]/6
**Issue description**:
Consider the bel…
-
```
Hi, SDK developers!
We use this SDK in our ZX-Spectrum emulator Unreal Speccy Portable.
But it lacks basic C++ functionality.
So, i slightly modify it for our needs and C++ code works.
Can you i…
-
```c++
int main()
{
using IA = int[];
IA{ 1, 2, 3 } + 0;
}
```
[expr.add]/1:
> For addition, either both operands shall have arithmetic or unscoped enumeration type, or one operand s…
-
This is a continuation of issue #93
Since the discussion changed from how to set up the environment on tianhe2 to how to set up Clara2 in general, I think a new issue should be used (to avid scrolli…
-
I updated antlr to 4.9 and I am using the cpp version. My problem seems to be related to https://github.com/antlr/antlr4/pull/2847 where the constructor has been changed.
I have the following …
-
I have a function that loads spv file:
```cpp
std::vector loadSpv(std::string path) {
std::ifstream file(path, std::ios::ate | std::ios::binary);
if (!file.is_open()) {
throw …
-
I am trying to use beast which makes heavy use of boost::string_view in code that already makes heavy use of std::string_view. It is awfully easy to make a constexp constructor that trivially converts…
-
```
(extracted from issue #163)
--
../hc/hc.cpp:1154:24: warning:
__gnu_cxx::__alloc_traits::value_type is defined in , which isn't directly
#included.
../hc/hc.cpp:1215:31: warning:
__gnu_cxx::__…