You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to build my application I receive an error for the definition of the struct limits definition.
I have attempted multiple methods of building the library and including it but nothing has been able to get things to a point where I can use the nesting functionality.
Any assistance would be much appreciated.
This is the piece of code in the optimizer.hpp file which is giving the error:
The text was updated successfully, but these errors were encountered:
Hi! It seems that semicolons at the end of both the min() and max() functions are at the wrong place, they should be before the closing brackets. Please use the latest master, or check if you didn't change anything in the code. I don't see this issue anywhere in the commit history.
When attempting to build my application I receive an error for the definition of the struct limits definition.
I have attempted multiple methods of building the library and including it but nothing has been able to get things to a point where I can use the nesting functionality.
Any assistance would be much appreciated.
This is the piece of code in the optimizer.hpp file which is giving the error:
The text was updated successfully, but these errors were encountered: