Merge pull request #642 from bobsummerwill/opensuse

Fix warning showing up in openSUSE build.
This commit is contained in:
Bob Summerwill 2016-06-08 13:30:27 -07:00
commit ccddd6fd2b

View File

@ -45,7 +45,7 @@ struct SourceLocation
end(_other.end), end(_other.end),
sourceName(std::move(_other.sourceName)) sourceName(std::move(_other.sourceName))
{} {}
SourceLocation(SourceLocation const& _other) = default; SourceLocation(SourceLocation const&) = default;
SourceLocation& operator=(SourceLocation const&) = default; SourceLocation& operator=(SourceLocation const&) = default;
SourceLocation& operator=(SourceLocation&& _other) noexcept SourceLocation& operator=(SourceLocation&& _other) noexcept
{ {