kosukeimai / wru

Who Are You? Bayesian Prediction of Racial Category Using Surname and Geolocation
132 stars 31 forks source link

Updates for CPP17 #127

Closed 1beb closed 12 months ago

1beb commented 12 months ago

Updates to CPP requirement based on manual. Running tests prior to feedback from @solivella

solivella commented 12 months ago

This should be okay, as code always uses namespace qualifications for arma functions (preventing potential ambiguity issues), and c++17 is mostly backwards compatible.