Zen

Results 9 comments of Zen

是啊,怎么不能修改呢,只能删除重新编辑吗?

sorry, but I'm still confused about how to fix it? Is the suggestion in #10 to comment the `removeFromCacheContext()` in the destructor ?

I tested on [Deepin 20.5](https://www.deepin.org/zh/download/) with master branch. I'll test again with v3 branch

It could be related with ipython. When using outside of ipython, it succeeds. `test.py` is ```python import svar from IPython import embed rain = svar.load("./build/lib/libRain.so") res = rain.HowManyRain(0) print(f"rain.HowManyRain(0): {res}")...

maybe the following is another workaround: ```c++ class B { int m_a; double m_b; static constexpr std::uint32_t sm_version = 1; friend class cereal::access; void serialize(auto &ar) { // a workaround...

It's probably related with the High DPI support of Qt5. Have a try with Qt6.

I got this compile error too, then if I change line of code `stack_allocator_wrapper.hpp:85` ```c++ BOOST_FIBERS_DECL stack_allocator_wrapper make_stack_allocator_wrapper(Args && ... args) ``` to ```c++ stack_allocator_wrapper make_stack_allocator_wrapper(Args && ... args) ```...

I found that the following code will compile: ```c++ #define BOOST_FIBERS_STATIC_LINK #include ``` and in your cmake link Boost::context and Boost::fiber