Releases: PG1003/lex
Releases · PG1003/lex
v1.1.2
lex 1.1.2
Changes
- Added [[fallthrough]], [[nodiscard]] and [[unlikely]] attributes to ensure code correctness and to provide compiler hints for optimazation.
- Removed the match_mode argument for the gmatch_iterator contructor. This argument was undocumented and only intended for use in the library.
- Fixed MSVC error C2075 at the captures move constructor.