-
**Bug category**
- [x] *bug - compilation error*
- [ ] *bug - compilation warning*
- [ ] *bug - runtime error*
- [ ] *bug - runtime warning*
- [ ] *bug - logic error*
**Describe the bug**
…
-
I don't have much exp with catch2. Though I think it wouldn't take much work to setup. This site shows an example of how to add catch2 via cmake: https://cliutils.gitlab.io/modern-cmake/chapters/proje…
-
### Description of the bug:
It is unclear how to run GUI tests. For example
```
bazel test //:my_gui_test --test_arg=--enable_display=true --test_env=DISPLAY --test_output=all
```
where `:my…
-
I would like to start a discussion on how fibers could be added to ChaiScript if that is possible.
My biggest pain point as a user using it for a game is that ChaiScript is missing fibers/coroutine…
-
Maybe I could add some code for simple protocol such as mysql, http demo.
-
I get a segmentation fault when trying to create an umbrella module by exporting multiple modules.
For some reason this only happens when I try to export more than 3 modules. The ordering does not ma…
-
It would be nice if you could make this class C++11-compatible. Many of us are stuck using older versions of the language standard...
Obviously, this will mean some constexpr members may need to be…
-
[intro.memory] has a note that says "It is not safe to concurrently update two bit-fields in the same struct if all fields between them are also bit-fields of nonzero width." The term fields is not de…
-
This is a meta issue to track all the issues needed for a Windows support.
Goals:
1. We aim to support clang-cl. This is the first priority.
2. Later on, cl, from 2022. This is a very low prior…
-
Hi,
I noticed the template non-member functions for `std::atomic*` are _not_ marked `noexcept`, but the same ones for `std::atomic_flag*` and the member functions are all marked `noexcept`.
Was th…