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
Currently, non-template free functions in CppXaml (doesn't apply to member functions and functions which are templated) aren't inline and since they're defined fully in header files, it causes an ODR violation with a linker error when there's more than one source file that uses them. Please add the inline keyword at the front to fix this.
The text was updated successfully, but these errors were encountered:
Currently, non-template free functions in CppXaml (doesn't apply to member functions and functions which are templated) aren't inline and since they're defined fully in header files, it causes an ODR violation with a linker error when there's more than one source file that uses them. Please add the inline keyword at the front to fix this.
The text was updated successfully, but these errors were encountered: