mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-02 23:59:49 -04:00
tipc/sm: various fixes for issues
This commit is contained in:
parent
57c8bc432d
commit
9be8b32311
6 changed files with 12 additions and 14 deletions
|
@ -44,7 +44,9 @@ namespace ams::sm {
|
|||
return Encode(name, std::strlen(name));
|
||||
}
|
||||
};
|
||||
static constexpr ServiceName InvalidServiceName = ServiceName::Encode("");
|
||||
|
||||
static constexpr inline ServiceName InvalidServiceName = ServiceName::Encode("");
|
||||
|
||||
static_assert(alignof(ServiceName) == 1, "ServiceName definition!");
|
||||
|
||||
inline bool operator==(const ServiceName &lhs, const ServiceName &rhs) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue