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
peternewman
changed the title
JsonPatchParser.h tries tto include project header file
JsonPatchParser.h tries to include project header file
May 31, 2016
Fix proposal, move the OptionalItem.h file to include/ola/web (leaving a placeholder version in the old location for backwards compatibility), which should solve the issue.
Alternatively rewrite JsonPatchParser to use auto_ptr or something and NULLs to track if the items have been provided or not.
The file include/ola/web/JsonPatchParser.h tries to include the project header file (that doesn't get installed) common/web/OptionalItem.h this fails because the file doesn't get installed by auto-tools/make
The text was updated successfully, but these errors were encountered: