LouisCharlesC / safe

Header only read/write wrapper for mutexes and locks.
MIT License
147 stars 11 forks source link

Some questions about library #12

Closed paulocoutinhox closed 5 years ago

paulocoutinhox commented 5 years ago

Hi,

I have some questions:

Thanks.

ahoarau commented 5 years ago

The library has only libstdc++ as dependency. So I'm guessing it is portable everywhere.

It support iterator? I want use with std::map<std::string, MyStruct> and std::map<std::string, MyClass>.

Safe can protect any class/type.

paulocoutinhox commented 5 years ago

I made a sample with that but appear don't work: https://github.com/LouisCharlesC/safe/issues/13

Can you help me pls?

LouisCharlesC commented 5 years ago

Answer in issue issue #13. Don't hesitate to reopen if needed.