janstarke / rexgen

API Documentation
https://github.com/janstarke/rexgen/blob/master/doc/api.md
GNU General Public License v2.0
52 stars 20 forks source link

‘runtime_error’ is not a member of ‘std’ #67

Closed RoberticoRdk closed 2 years ago

RoberticoRdk commented 3 years ago

On Ubuntu 20.10

‘runtime_error’ is not a member of ‘std’

cmake .. && make

creating rexgen 2.1.3
-- COMPILING OPTIMIZED VERSION:
-- Configuring done
-- Generating done
....
/rexgen/src/librexgen/iterator/iterator.h:93:81: error: ‘runtime_error’ is not a member of ‘std’
   93 |     bool next()                                           override { throw std::runtime_error("not implemented");}
frank-dittrich commented 3 years ago

https://github.com/janstarke/rexgen/pull/64 will fix this