y2s82

Results 15 comments of y2s82

Thank you for identifying the issue with detailed information. I am quite interested in replacing as much boost-dependent code as possible with the standard library, and your issue makes me...

A custom Docker image does seem quite promising. It was something we had come across and wanted to implement but was just lower in our list of frustration. I would...

Currently, this build fails. The problem is that the old version of boost (1.54) runs serialize method as a member method. In the newer version of boost introduced support for...

While I have not found a suitable profiler that does profiling automatically, I realized I already had the [Intel VTune Amplifier](https://software.intel.com/en-us/vtune). Once the Travis's build test passes, I can use...