Use DISABLE_COPY_AND_ASSIGN
[deliverable/binutils-gdb.git] / gdb / linespec.h
index ce74fe60be65e7b042f56e79d75285add7d5e258..6c9b0b3ee8c12ab029c015336b01c64031c987c9 100644 (file)
@@ -58,8 +58,7 @@ struct linespec_result
   linespec_result () = default;
   ~linespec_result ();
 
-  linespec_result (const linespec_result &) = delete;
-  linespec_result &operator= (const linespec_result &) = delete;
+  DISABLE_COPY_AND_ASSIGN (linespec_result);
 
   /* If true, the linespec should be displayed to the user.  This
      is used by "unusual" linespecs where the ordinary `info break'
This page took 0.02546 seconds and 4 git commands to generate.