summaryrefslogtreecommitdiff
path: root/odb-tests/common/circular/buildfile
AgeCommit message (Collapse)AuthorFilesLines
2024-04-30Fix Clang -Wno-undefined-var-template in dynamic multi-database support codeBoris Kolpackov1-0/+9
Note that after this change we can no longer support multi-file circular dependencies in this mode since we need to generate extern template declarations involving classes that may participate in the cycle (see now excluded odb-tests/common/circular/multiple/).