mirror of
https://github.com/mfontanini/libtins
synced 2026-01-23 02:35:57 +01:00
Moved definitions inside TINS_IS_CXX11 into header files.
This commit is contained in:
@@ -131,13 +131,6 @@ void PPPoE::add_tag(const tag &option) {
|
||||
_tags.push_back(option);
|
||||
}
|
||||
|
||||
#if TINS_IS_CXX11
|
||||
void PPPoE::add_tag(tag &&option) {
|
||||
_tags_size += option.data_size() + sizeof(uint16_t) * 2;
|
||||
_tags.push_back(std::move(option));
|
||||
}
|
||||
#endif
|
||||
|
||||
// *********************** Setters *************************
|
||||
|
||||
void PPPoE::end_of_list() {
|
||||
|
||||
Reference in New Issue
Block a user