mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add beast SConstruct and .travis.yml
This commit is contained in:
@@ -31,35 +31,35 @@ namespace IP {
|
||||
bool is_loopback (AddressV6 const&)
|
||||
{
|
||||
// VFALCO TODO
|
||||
bassertfalse;
|
||||
assert(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool is_unspecified (AddressV6 const&)
|
||||
{
|
||||
// VFALCO TODO
|
||||
bassertfalse;
|
||||
assert(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool is_multicast (AddressV6 const&)
|
||||
{
|
||||
// VFALCO TODO
|
||||
bassertfalse;
|
||||
assert(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool is_private (AddressV6 const&)
|
||||
{
|
||||
// VFALCO TODO
|
||||
bassertfalse;
|
||||
assert(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
bool is_public (AddressV6 const&)
|
||||
{
|
||||
// VFALCO TODO
|
||||
bassertfalse;
|
||||
assert(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -68,14 +68,14 @@ bool is_public (AddressV6 const&)
|
||||
std::string to_string (AddressV6 const&)
|
||||
{
|
||||
// VFALCO TODO
|
||||
bassertfalse;
|
||||
assert(false);
|
||||
return "";
|
||||
}
|
||||
|
||||
std::istream& operator>> (std::istream& is, AddressV6&)
|
||||
{
|
||||
// VFALCO TODO
|
||||
bassertfalse;
|
||||
assert(false);
|
||||
return is;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user