Felix Petriconi

Results 9 issues of Felix Petriconi

Here is a very first draft of the concurrency chapter until the end of the 'task system'

* some pages use the wrong template * some pages don't have a chapter number

A. Alexandrescu added certain methods to the interface of the allocators. They are not implemented so far.

Add a shared version of the AllocatorWithStats

enhancement

In case that you are interested, here is a PR that allows to define the include and exlude paths be read from a file. I tried to get the tests...

Please consider this small fix to avoid a Visual Studio warning. (Arithmetic overflow Using operator* on a 4 byte value and then casting the result to a 8 byte value.)

The latest Visual Studio compiler raises a warning in our client code: `sol2\include\sol\inheritance.hpp(56,29): warning C5321: nonstandard extension used \'xF0\' as a multi-bute utf-8 character. Use \u instead for cross platform...