]> granicus.if.org Git - re2c/commit
Fixed #193: "1.0 build failure on macOS: error: calling a private constructor of...
authorUlya Trofimovich <skvadrik@gmail.com>
Fri, 11 Aug 2017 21:04:05 +0000 (22:04 +0100)
committerUlya Trofimovich <skvadrik@gmail.com>
Fri, 11 Aug 2017 21:04:05 +0000 (22:04 +0100)
commit2aae99cd950ef519580378261d720462b4c6d72a
tree578931a979a17615a0ae2a784ea3eb979a50b409
parent9b57a424be97a16c2fba0f93795c2ff4db17f677
Fixed #193: "1.0 build failure on macOS: error: calling a private constructor of class 're2c::Rule'".

Copy constructor and assignment are requred by std::valarray
implementation on macOS.
re2c/src/re/rule.h