How to disable the call to copy constructor? #4026
                  
                    
                      liangaibin
                    
                  
                
                  started this conversation in
                General
              
            Replies: 0 comments
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to bind a class in a precompiled class library, which exports specific methods and properties function by function, as follows:
When I compile the binding code into another library, it always failed with a link error: Unresolved external symbol 'A::A(const& A)', seems that I does not use that constructor in binding code directly.
Who can help me to solve the issue?
Beta Was this translation helpful? Give feedback.
All reactions