v2.0.0.beta2
Switched from booster::system to: - std::system_error - std::error_code - std::error_caterogy etc
Fixed build issues on FreeBSD/clang
- Atomic counter -> std::atomic - Add move assignment/constructor to intrusive_ptr/callback - Callback now uses variadic templates
Switch from booster::shared_ptr/weak_ptr to std::ones Switch from auto_ptr to unique_ptr
Windows updates
Closing #140 nowide::ifstream() doesn't support ios::ate
- Update copyright notice, - Moved explicit copyright notice to a singe file to simplify dual-licensing
Added support of std regex as PCRE alternative
More system fixed for windows
Returining to separate version of atomic to prevent link issues using -latomic when by default c++ compiler does not do it :-(
Moving most of booster::thread to std:: functions.