Peter Dimov

Results 371 comments of Peter Dimov

That's because the maintainers of uBLAS are sitting on https://github.com/boostorg/ublas/pull/142 for years now without merging it, for some reason. I'll see what I can do to have this fixed. In...

The two libraries that depend on uBLAS are Accumulators and ODEint: https://pdimov.github.io/boostdep-report/master/numeric~ublas.html#reverse-dependencies Everything else should work.

`boost::bind` predates `result_of` and was never updated to support it. As `result_of` is obsolete nowadays, if we're going to change `boost::bind`, we should make it use `decltype` directly. That's not...

> You suggest to raise up minimal standard version to C++11 here? On this specific instance I was thinking of using `decltype` when available, and retaining the current behavior when...

IMPORTED targets always use SYSTEM for their includes by default, even for the INTERFACE_INCLUDE_DIRECTORIES property. See https://cmake.org/cmake/help/latest/prop_tgt/NO_SYSTEM_FROM_IMPORTED.html

Can you please copy and paste the error, or screenshot it?

I've no idea why this would happen, sorry. It's easy to see that all `#if`s in `assert.hpp` are matched. I took a quick look at PCL's repo, but nothing jumped...

String performance is indeed improved, but only for narrow strings (e.g. `std::string`.) For `char16_t`, the generic sequence hash is still used. The inner loop in 1.71 has three multiplications, one...

mod_inherited for describe_members does that.