mfontanini / cppkafka

Modern C++ Apache Kafka client library (wrapper for librdkafka)
BSD 2-Clause "Simplified" License
587 stars 207 forks source link

Do not try to export template declaration in shared lib #292

Closed SpaceIm closed 2 years ago

SpaceIm commented 2 years ago

It doesn't make sense to export a template declaration.

closes https://github.com/mfontanini/cppkafka/issues/206

mfontanini commented 2 years ago

Thanks!