Skip to content
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

non-static definitions in header file #135

Open
philip-davis opened this issue Jul 9, 2023 · 0 comments
Open

non-static definitions in header file #135

philip-davis opened this issue Jul 9, 2023 · 0 comments

Comments

@philip-davis
Copy link
Collaborator

#include "wdmcpl/field_communicator.h"

field_communicator.h is included by the public headers and contains non-static function definitions. This creates multiple-definition linker errors under a number of common scenarios (e.g. an application and library used by that application both include the server.h or client.h header.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant