Denis Mikhailov

Results 55 issues of Denis Mikhailov

> The behavior of a program that adds specializations for `is_same` or `is_same_v` (since C++17) is undefined. This statement is relevant for any trait, not only for `is_same`. Will guidelines...

**Describe the bug** Зависает сцена(не вся игра целиком) после того как поговорить с Ковальским. Управление при этом теряется, игру приходится килять чтобы выйти. Сохранение для скорейшего воспроизведения прилагается ниже. **To...

Bug
Help wanted
Linux

CI broken, this PR tested here: https://godbolt.org/z/ab7vdn3o8

Briefly about **the Boost Describe library**: "The purpose of the library is to establish a standard way of providing these reflection abilities. Many existing libraries provide their own way of...

**Example code** https://godbolt.org/z/W8vsTPM6f **Current behaviour** Won't compile because `fusion::reverse_view` has no default constructor. **Expected behaviour** To print: ``` 10 3.141 20 4.555 ``` Hello. Is it possible to implement support...

I am using the spirit library in conjunction with the fusion library. I need to parse a structure from a string, given that the elements in the string are in...

Hi everyone! Is it possible to add the `x3::position_tagged` attribute to a custom structure without applying inheritance? If it's not possible, it question should resolve, because in the future BOOST...

**Description of issue** Now i'm working with Boost.Fusion extension for Boost.PFR, i decomposed it into 3 PR's and opened these PR's here: https://github.com/boostorg/fusion/pull/241, here https://github.com/boostorg/fusion/pull/242 and here https://github.com/boostorg/fusion/pull/243. Review is...

help wanted

Example here https://godbolt.org/z/o11WY394r

Hello Anton. I have some idea and i want to suggest it for you. This patch will add pretty useful functionality for extracting member pointer of some structure. For example:...