liuq / QuadProgpp

A C++ library for Quadratic Programming which implements the Goldfarb-Idnani active-set dual method.
MIT License
283 stars 88 forks source link

Removed unused/reserved keyword #24

Closed huelj closed 1 year ago

huelj commented 1 year ago

https://en.cppreference.com/w/cpp/keyword/register

Can't compile using c++17

liuq commented 1 year ago

Thanks