TALP-UPC / FreeLing

FreeLing project source code
Other
252 stars 96 forks source link

Replace `register` with `auto` (C++17 Compatible) #93

Closed jslauthor closed 4 years ago

jslauthor commented 4 years ago

Hi there. 😊

C++17 will not compile if it sees the register keyword (with which the compiler didn't do much anyhow). This replaces register with auto.

Hopefully, this is acceptable. Thank you!


This change is Reviewable