mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2026-01-27 10:22:42 +00:00
Use CPPKAFKA_API for friends and free functions
This commit is contained in:
@@ -75,7 +75,7 @@ public:
|
||||
/**
|
||||
* Writes this error's string representation into a stream
|
||||
*/
|
||||
friend std::ostream& operator<<(std::ostream& output, const Error& rhs);
|
||||
CPPKAFKA_API friend std::ostream& operator<<(std::ostream& output, const Error& rhs);
|
||||
private:
|
||||
rd_kafka_resp_err_t error_;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user