-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
reserved identifier violation #533
Comments
Thanks for the recommendation! |
TadasBaltrusaitis
added a commit
that referenced
this issue
Oct 6, 2018
- Removed duplicated code and some C++ warnings - Fixing snapshot function in HeadPoseLive (test on PC) - C++ code cleanup (#533, #534) - Adding a Visual Studio 2017 solution file - Moving to C++ OpenCV convention (thanks @taoyudong) - Storing models in additional locations (see wiki and scripts) #553
Thanks for your adjustment of affected include guards. |
ratgen
pushed a commit
to ratgen/OpenFace
that referenced
this issue
Jul 7, 2022
…aitis#581) - Removed duplicated code and some C++ warnings - Fixing snapshot function in HeadPoseLive (test on PC) - C++ code cleanup (TadasBaltrusaitis#533, TadasBaltrusaitis#534) - Adding a Visual Studio 2017 solution file - Moving to C++ OpenCV convention (thanks @taoyudong) - Storing models in additional locations (see wiki and scripts) TadasBaltrusaitis#553
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to point out that identifiers like “
__FACEANALYSER_h_
” and “__LANDMARK_DETECTOR_MODEL_h_
” do not fit to the expected naming convention of the C++ language standard.Would you like to adjust your selection for unique names?
The text was updated successfully, but these errors were encountered: