This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/48818] Wrong copy constructor used when using std::pair in .so and app.


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48818

Wolfgang Bangerth <bangerth at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bangerth at gmail dot com

--- Comment #3 from Wolfgang Bangerth <bangerth at gmail dot com> 2011-05-26 05:44:18 UTC ---
Are you saying that you have classes that have the same name but are different?
This violates the One Definition Rule, no?


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]