-
Trying to build mapnik on Ubuntu Server 16.04 LTS (HVM), on EC2, following the instructions at https://github.com/mapnik/mapnik/blob/master/INSTALL.md
Had to do a few more things, install python fo…
-
From Spirit changelog:
> Removed with_context PR#239.
Here are links to related changes that break compilation:
- https://github.com/boostorg/spirit/pull/239
- https://github.com/boostorg/sp…
-
This is a leftover issue from GSoC that I've been thinking about, and one that I think that should be fixed.
In its current state, some bindings for optional types (ie. optional approaches) do not w…
-
Is there a simple way to only extract the files relevant to Spirit classic/v2/x3? Unfortunately, it is not at all clear from the project structure what belongs to what.
Have you considered to us…
-
The question about single element tuple attributes arises from time to time. We have some basic support for unwrapping them and because of that users use them and find that more complex situation are …
-
I think we could provide simple typedefs in
EDIT: `bool_policies` must be updated too; however there's some hard-coded string literals in bool_policies.hpp which simply do not match the unicode ch…
saki7 updated
4 years ago
-
It would be nice if Boost.Spirit recognized `std::optional` in C++17 the way it does `boost::optional`. In particular, optional parsers should support `std::optional` attributes.
-
The following code is fine on GCC and Clang, but fails on MSVC and ICC.
```cpp
#include
#include
struct X;
using vec = boost::mpl::vector;
using test = boost::mpl::push_back::type;
```
…
-
On Ubuntu 14.04 with gcc 5.5.0:
> cmake -DFEATURE_USE_CPU_ONLY=On -DBLAS_INCLUDE_DIRS=/usr/include ..
> make
...
/home/star/pw31/chess/Engines/LCzero/leela-chess/src/Network.cpp:37:36: fatal er…
-
A discussion at CSCS took place where the anti-boost argument went as follows
Q: The idea is that eventually the features in HPX will be available via the c++ standard?
A: Ideally, yes most of the…