mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Move utils.h implementations to utils.cpp
This commit is contained in:
@@ -503,7 +503,7 @@ private:
|
||||
|
||||
void write_serialization(uint8_t* buffer, uint32_t total_sz, const PDU* parent);
|
||||
|
||||
template<class T>
|
||||
template <typename T>
|
||||
T search_and_convert(OptionTypes opt) const {
|
||||
const option* option = search_option(opt);
|
||||
if (!option) {
|
||||
|
||||
Reference in New Issue
Block a user