Shea690901
Shea690901
STL provides an interface for this: shared_pointer Shared pointer have an internal reference counter which will be increased when assigned to a new variable (either by copy constructor or operator=...
As I´ve stated in #199, I´ve got a shared storage template class. It´s based on multimaps and requires for the stored type T: - default constructible - copy constructible -...
You´re lucky... I just managed, despite my problems with the loaned computer (I can´t install anything), to extract the relevant archive. I´ve put the code into a [temporary repository](https://github.com/Shea690901/fluffos_tmp). Unlike...
Should you have any improvements, feel free to submit a pull request ;)
Sadly I still am missing my own computer where I could code :( Otherwise I would have already helped with all those issues ;) But never the less, the template...
As I said: Except for the check for type requirements and usage of avl trees as storage it should be quiet easy and straight forward to replace all boost references...
Since I sadly don´t know how long it takes till I get a new computer of my own: feel free....
I´ve to pass on this lib :(
Since it's all numbers that wouldn't be a problem… just exploding on "," and using the correct indizes works just the same…
Some times github tracks too much ;) Nevertheless: #330 implements a new get_config option `__PORT_CONFIG__`: This option returns a string which first can be split at to get an array...