aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-02-25 15:51:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-02-25 15:51:31 +0200
commit6743ea6dabdf87a5b892b78b5f6904e04b3d7a86 (patch)
tree5b5791cf3463fe8377ef11b345e021aa9c294573
parent567907f84db6fc7d8b137be828fbac2e2f0622c8 (diff)
Fix shared_ptr ambiguity error
-rw-r--r--xsde/cxx/hybrid/tree-name-processor.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/xsde/cxx/hybrid/tree-name-processor.cxx b/xsde/cxx/hybrid/tree-name-processor.cxx
index 44cd114..117f948 100644
--- a/xsde/cxx/hybrid/tree-name-processor.cxx
+++ b/xsde/cxx/hybrid/tree-name-processor.cxx
@@ -17,12 +17,13 @@
#include <xsd-frontend/traversal.hxx>
using namespace std;
-using cutl::shared_ptr;
namespace CXX
{
namespace Hybrid
{
+ using cutl::shared_ptr;
+
namespace
{
typedef set<String> NameSet;