do not alias virtual_ptr in global namespace, 'aliases' namespace

This commit is contained in:
Jean-Louis Leroy
2025-06-14 11:55:29 -04:00
parent e92a241c73
commit 8ec027c55a
27 changed files with 58 additions and 11 deletions

View File

@@ -6,6 +6,8 @@
#include "cat.hpp"
#include "dog.hpp"
using boost::openmethod::virtual_ptr;
struct Bulldog : canines::Dog {
using Dog::Dog;
};