Index: src/Common/CodeLocation.h
===================================================================
--- src/Common/CodeLocation.h	(revision ee918356dcc048f90ed4b21640445b45bf2a0d4c)
+++ src/Common/CodeLocation.h	(revision 968f280a1dea2b4d251e54c71f6ca668a1a14560)
@@ -26,4 +26,5 @@
 	CodeLocation() = default;
 
+
 	/// Create a new CodeLocation with the given values.
 	CodeLocation( const char* filename, int lineno )
@@ -33,4 +34,7 @@
 
 	CodeLocation( const CodeLocation& rhs ) = default;
+	CodeLocation( CodeLocation&& rhs ) = default;
+	CodeLocation& operator=( const CodeLocation & ) = default;
+	CodeLocation& operator=( CodeLocation && ) = default;
 
 	bool isSet () const {
