Christian Helmuth 2eb8c5e21a net: move ascii_to() into Net namespace
The combination of Net::Mac_address and
Genode::ascii_to(Net::Mac_address) required shaky quirks in several
places because GCC is not able to resolve the ascii_to overload if
base/xml_node.h was included to early. The current solution moves the
several ascii_to overloads "closer" to the Net types by putting them
into the Net namespace, where GCC reliably picks them up.

Hence, co-locating the ascii_to() utility with the overload type in the
same scope/namespace is good practice.

This patch removes the now obsolete <nic/xml_node.h> header file.
2020-09-17 10:13:22 +02:00
..
2020-07-13 11:33:13 +02:00
2020-07-13 11:33:13 +02:00
2020-07-30 08:49:23 +02:00
2017-03-24 16:19:56 +01:00
2019-01-30 13:49:54 +01:00
2019-07-09 08:58:38 +02:00
2020-04-17 12:40:12 +02:00
2020-07-30 08:49:23 +02:00