1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-10-22 01:17:39 +00:00

more adjustments to disabled CAP_*

This commit is contained in:
Zeno Rogue
2019-09-13 03:10:26 +02:00
parent 9a0507ba58
commit a3d9711ec2
8 changed files with 34 additions and 13 deletions

View File

@@ -26,7 +26,7 @@ namespace hr {
struct always_false {
operator bool() const { return false; };
void operator = (bool b) const {};
bool operator = (bool b) const { return b; };
};
template<class T>