Skip to content

<< operator supports more types

Choose a tag to compare

@michalmonday michalmonday released this 13 Apr 14:30
· 15 commits to master since this release

Default behavior of cp << 97; is changed from being treated as a into being treated as 97, this may break existing code (e.g. if return of file.read() isn't casted to (char)), hence the major version number change.