stdex-v0.1.0 - build 0.0.48
Pre-release
Pre-release
Removed
- rudimentary code for
nullptr
implementation
Changed
-
is_array
now detectsT[]
(array with no size) -
nullptr
now is signed as integer and enum (removes Borland C++ Builder 6.0 warning of signed-unsigned comparison) -
build script for Microsoft Visual Studio now works correctly
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).