-
is_bool.hpp
```
// Distributed under the Boost Software License Version 1.0 https://www.boost.org/LICENSE_1_0.txt
// Copyright Gero Peterhoff
#ifndef BOOST_TYPE_TRAITS_IS_BOOL_HPP
#define BOOST…
-
@vdorie For some reason, flags get glued together, i.e. there is no space between these: `-DTBB_INTERFACE_NEW-I'/opt/local/Library/Frameworks/R.framework/Versions/4.4/Resources/library/RcppParallel/in…
-
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…
-
```
/Users/jwiens/Downloads/binexport/third_party/boost_parts/boost/container_hash/hash.hpp:130:33: error: no template named 'unary_function' in namespace 'std'; did you mean '__unary_function'?
…
-
Transferred from paul-buerkner/brms#1670
---
We rely on `brms` / `rstan` in the [`report`](https://easystats.github.io/report) package, and we have a workflow checking for warnings in tests. The…
-
## 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…
-
With the latest Visual Studio 2022 Preview, `stdext::checked_array_iterator` has been deprecated. This results in compile errors like the following when including cpprestsdk's containerstream.h header…
-
I get a warning STL4015: The std::iterator class template (used as a base class to provide typedefs) is deprecated in C++17,when i compile the json_example project.
It seem like a problem of rapidjso…
-
* I've read [Brief overview section](https://hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes]**
* I've read [F.A.Q. section](https://hunter.readthedocs.io/en/l…
-
This is actually due to our python3 calling an install script of a pip dependency, which itself call python.
It takes a python from the system as we don't provide a "python" binary but only a "pyth…