mitchdowd / jnipp

C++ wrapper for the Java Native Interface
MIT License
106 stars 29 forks source link

multiple definitions #25

Closed mgood7123 closed 4 years ago

mgood7123 commented 4 years ago

the header file is likely to produce multiple definitions if used in multiple files

mitchdowd commented 4 years ago

@mgood7123 I just looked over the jnipp.h header file and can't see any functions which would cause this. All are either templates or inlines.

Are you getting linking errors as a result? Which function in particular is causing you issues?

mitchdowd commented 4 years ago

Closing as unable to replicate.