in_rule() with MAXMDIM==3

This commit is contained in:
Zeno Rogue 2020-07-05 14:02:28 +02:00
parent 8195a866a5
commit d30be41fa6
1 changed files with 1 additions and 0 deletions

View File

@ -1714,6 +1714,7 @@ EX }
#if MAXMDIM == 3
EX namespace reg3 {
EX bool in() { return false; }
EX bool in_rule() { return false; }
EX }
#endif