Skip to content

v1.1.2

Latest
Compare
Choose a tag to compare
@PG1003 PG1003 released this 06 Jan 17:29
· 9 commits to main since this release

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.