Tuesday, May 26, 2020

error C2039: 'runtime_error': is not a member of 'std'

https://en.cppreference.com/w/cpp/error/runtime_error

#include

resolves the issue: error C2039: 'runtime_error': is not a member of 'std'

No comments: