mirror of
https://github.com/Telecominfraproject/wlan-cloud-lib-cppkafka.git
synced 2026-01-27 10:22:42 +00:00
Added constructor from another HeaderList type
This commit is contained in:
@@ -89,7 +89,7 @@ public:
|
||||
* \param last An iterator to the end of data (not included)
|
||||
*/
|
||||
template <typename Iter>
|
||||
Buffer(const Iter first, Iter last)
|
||||
Buffer(const Iter first, const Iter last)
|
||||
: Buffer(&*first, std::distance(first, last)) {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user