commit | bb1e5b79dae45671bd8605cc60b3deb38b3491c3 | [log] [tgz] |
---|---|---|
author | Alex Converse <aconverse@google.com> | Tue Apr 26 21:38:04 2016 -0700 |
committer | Alex Converse <aconverse@google.com> | Wed Apr 27 20:32:41 2016 +0000 |
tree | bdaaff1ab08afff7d494ca40eec3c75765d79c95 | |
parent | a136c1769d62074d50621c6e0e3c4fba2ef0b636 [diff] |
Declare the operator== overload for M128A in the global namespace. ADL will look this up from the callsite namespace iff it is declared before the callsite or from the parent namespace of the class type (the global namespace). This patch has been tested on MSVS 2015 and clang-3.8. Change-Id: I00ba74712c9b617b9d81761abed1e14d8f25d8e3