-
I'm building OTIO against an external `Imath` distribution (i.e. `OTIO_FIND_IMATH=ON`), and it looks like the `_otio` Python extension module is being linked directly against the `Imath` lib, leading …
-
@mwkrentel created a unit test for testing the parallel dwarf parsing PR. His unit test shows that some demangled names are returned as mangled names:
```
0x404410--0x4049a3 _ZSt16__introsort_lo…
-
For compling successfully, the MACRO below has to be defined.
`#define _SILENCE_CXX17_ITERATOR_BASE_CLASS_DEPRECATION_WARNING`
Can the line above be removed by default?
Thanks
-
## Summary
It's been 5 years since issue #1659 (2019), where we kept track of the C++11 transition for LAMMPS, and 4 years (2020) since C++11 was allowed in LAMMPS core.
In a similar way, this i…
-
always false idiome
dependent_false.hpp
```
// Distributed under the Boost Software License Version 1.0 https://www.boost.org/LICENSE_1_0.txt
// Copyright Gero Peterhoff
#ifndef BOOST_TYPE_TRAI…
-
Final binary, works:
```bash
$> ./http_server_test
200
302
client quit
301
301
client quit
200
200
302
client quit
client quit
```
**Building...**
```bash
$> zig c++ exa…
-
| | |
|------------------|-----------------|
|Previous ID | SR-13467 |
|Radar | rdar://problem/68115908 |
|Original Repo…
-
I get a crash when running dynamic_bridge (only) with the coredx middleware. It appears to be an overrun of an array of strings. Not-so-helpful stacktrace:
```
Backtrace:
/lib/x86_64-linux-gnu/libc…
-
In Visual Studio 2019, Preview 2 I get:
> C:\SDKs\vcpkg\installed\x64-windows\include\rapidjson\document.h(110): warning C4996: 'std::iterator': warning STL4015: The std::iterator class template (u…
-
VS2019, use C++20:
std::is_pod_v can't be used, compilation failed.
And in VS2019, use C++17:
need to #define _SILENCE_ALL_CXX17_DEPRECATION_WARNINGS, otherwise compilation failed.
Looking forward…