mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-29 19:52:11 +00:00
do not alias virtual_ptr in global namespace, 'aliases' namespace
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
#include "cat.hpp"
|
||||
#include "dog.hpp"
|
||||
|
||||
using boost::openmethod::virtual_ptr;
|
||||
|
||||
struct Bulldog : canines::Dog {
|
||||
using Dog::Dog;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user