stdex-v0.2.10 - build 0.0.95
Pre-release
Pre-release
[0.2.10] - 2021-08-06
Added
- GitHub actions as main CI pipeline for tests
Removed
- extra headers includes
Changed
- pthreads library for windows to latest version
- checks for
nullptr
be compatible withNULL
provided by compiler
Fixed
- some warnings for GCC
- comparison detection for int type nullptr emulation
- nullptr as enum implementation with valid sizeof(enum) == sizeof(void*)
- Visual Studio 2015 bug for
stdex::is_member_pointer
detection nullptr
feature detection
Working on
- futures implementation
- move semantics emulation
- function implementation
Release contains static prebuilded library for Visual Studio's with pthreads-win32. To include in your vs project add 'pthread/include' as global headers path (Configuration Properties->VC++ Directories->Include Directories or to enviromental variable INCLUDE).