-
Hello everyone,
I'm in the process of trying boot::redis (master, latest commit), unfortunately I'm facing build errors on macos (no errors on Linux),
```
include/boost/redis/adapter/detail/ada…
-
Thank you for this excellent package.
When including `boost/numeric/odeint.hpp` in the `rstpm2` package on CRAN, I get a warning "Found 'sprintf', possibly from 'sprintf' (C)" (https://cran.r-proje…
-
I had to move to more up-to-date boost library and some of my unit test failed. I high-jack the reduced example from [x3 error handler shows error location on the new line if an expected item is missi…
-
**Update:** @vertigo235 set up a Discord server for this issue, if you'd like to discuss/work with people on the problem. Here's the link: https://discord.gg/hYUjSnW
This issue has been closed afte…
-
If you try to parse
`boost::qvm::vec`
you fail with compiler errors:
`error: conversion from 'boost::qvm::vec' to 'boost::spirit::x3::unused_type' is ambiguous`
reason:
```
/usr/include/boos…
-
If you try to parse
`boost::qvm::vec`
you fail with compiler errors:
`error: conversion from 'boost::qvm::vec' to 'boost::spirit::x3::unused_type' is ambiguous`
reason:
```
/usr/include/…
-
annotate_on_success(x3/support/utility/annotate_on_success.hpp) doesn't annotate when the type of ast is either
- derived from a variant. ( not a variant itself)
such as
` struct operand : x3…
-
Using [this configuration](https://github.com/mariadb-corporation/MaxScale/blob/978270e16086e783dbe31e4dd5adad41300441ff/uncrustify.cfg) on [this file](https://github.com/mariadb-corporation/MaxScale/…
-
Hello,
since https://github.com/boostorg/spirit/commit/2db3fde0d02b9a48877147c595289934525882a0 my parser started working differently. I'm parsing a commands for my CLI. Example input of a "set" comm…
syyyr updated
2 years ago
-
Hello, I'm trying to make a rule, that parses integers separated by a slash, and the last one is separated by an asterisk:
```
#include
#include
namespace x3 = boost::spirit::x3;
struct ints_…
syyyr updated
3 years ago