dougmet / unsumnet

R package to reconstruct aggregated network data.
Other
0 stars 0 forks source link

Not compatible with C++17? #42

Open ossianrelander opened 9 months ago

ossianrelander commented 9 months ago

Hi,

When trying to download the package I get the error that "ISO C++17 does not allow 'register' storage class specifier". I am not familiar with C++ but i assume that the C++17 compiler is not compatible with the current source code, more specifically the "register" keyword. Is there some convenient way to get around this issue? I would be very thankful for any help.