Releases: bitwizeshift/Lazy
Releases · bitwizeshift/Lazy
Lazy for Modern C++ Version 1.0.1
- Release Date: 2016-08-08
- MD5: bb8c061251680ee84f2da92f400b0f3b
Summary
This official release corrects a bug missed in the first release, and updates the all-in-one header file.
Changes
- Fixed missed bug where
make_lazy
fails with any number of arguments over 1 - Updated test cases to check for the fixed error
Initial Release
Summary
This is the first official release of the Lazy<T>
library. Attached is also a single all-in-one header file for easy use.