reg3::in() with MAXMDIM==3

This commit is contained in:
Zeno Rogue 2020-05-22 16:52:46 +02:00
parent c39700d8de
commit ddf60c623f
1 changed files with 7 additions and 0 deletions

View File

@ -1608,5 +1608,12 @@ EX void construct_relations() {
EX }
#endif
#if MAXMDIM == 3
EX namespace reg3 {
bool in() { return false; }
EX }
#endif
}