mirror of
https://github.com/boostorg/openmethod.git
synced 2026-01-23 05:42:25 +00:00
do not alias virtual_ptr in global namespace, 'aliases' namespace
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#include <boost/openmethod.hpp>
|
||||
#include <boost/openmethod/compiler.hpp>
|
||||
|
||||
using boost::openmethod::virtual_ptr;
|
||||
|
||||
struct Animal {
|
||||
virtual ~Animal() = default;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user