Store objfiles on a std::list
[deliverable/binutils-gdb.git] / gdb / gdb_regex.h
index f62f81d36644f03967f340a06c87ddfcbfe162f6..58a0f22efd8a4a99c6603592d4ffd0358fbef300 100644 (file)
@@ -1,5 +1,5 @@
 /* Portable <regex.h>.
-   Copyright (C) 2000-2017 Free Software Foundation, Inc.
+   Copyright (C) 2000-2019 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -43,9 +43,7 @@ public:
 
   ~compiled_regex ();
 
-  /* Disable copy.  */
-  compiled_regex (const compiled_regex&) = delete;
-  void operator= (const compiled_regex&) = delete;
+  DISABLE_COPY_AND_ASSIGN (compiled_regex);
 
   /* Wrapper around ::regexec.  */
   int exec (const char *string,
This page took 0.024147 seconds and 4 git commands to generate.