Skip to content

Instantly share code, notes, and snippets.

@812624
Created June 14, 2018 14:09
Show Gist options
  • Save 812624/0cf18797b510d4028f8bafdeecd777d1 to your computer and use it in GitHub Desktop.
Save 812624/0cf18797b510d4028f8bafdeecd777d1 to your computer and use it in GitHub Desktop.
/usr/include/gtkmm-3.0/gtkmm/eventcontroller.h:161:45: error: expected ‘,’ or ‘...’ before ‘&&’ token
EventController& operator=(EventController&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/eventcontroller.h:161:51: error: expected ‘;’ at end of member declaration
EventController& operator=(EventController&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/eventcontroller.h:161:53: error: ‘noexcept’ does not name a type
EventController& operator=(EventController&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/eventcontroller.h:161:53: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/eventcontroller.h:163:28: error: expected ‘;’ at end of member declaration
virtual ~EventController() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/eventcontroller.h:163:30: error: ‘noexcept’ does not name a type
virtual ~EventController() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/eventcontroller.h:163:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/filechooser.h:30:0,
from /usr/include/gtkmm-3.0/gtkmm.h:154,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:161:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileFilter(const FileFilter&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:162:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileFilter& operator=(const FileFilter&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:175:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileFilter(FileFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:175:30: error: invalid constructor; you probably meant ‘Gtk::FileFilter (const Gtk::FileFilter&)’
FileFilter(FileFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:175:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:175:32: error: ‘noexcept’ does not name a type
FileFilter(FileFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:175:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:176:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileFilter& operator=(FileFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:176:41: error: expected ‘;’ at end of member declaration
FileFilter& operator=(FileFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:176:43: error: ‘noexcept’ does not name a type
FileFilter& operator=(FileFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:176:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:178:23: error: expected ‘;’ at end of member declaration
virtual ~FileFilter() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:178:25: error: ‘noexcept’ does not name a type
virtual ~FileFilter() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filefilter.h:178:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:154:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:265:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileChooser(const FileChooser&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:266:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileChooser& operator=(const FileChooser&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:299:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileChooser(FileChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:299:32: error: invalid constructor; you probably meant ‘Gtk::FileChooser (const Gtk::FileChooser&)’
FileChooser(FileChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:299:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:299:34: error: ‘noexcept’ does not name a type
FileChooser(FileChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:299:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:300:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileChooser& operator=(FileChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:300:43: error: expected ‘;’ at end of member declaration
FileChooser& operator=(FileChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:300:45: error: ‘noexcept’ does not name a type
FileChooser& operator=(FileChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:300:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:302:24: error: expected ‘;’ at end of member declaration
virtual ~FileChooser() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:302:26: error: ‘noexcept’ does not name a type
virtual ~FileChooser() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooser.h:302:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:29:0,
from /usr/include/gtkmm-3.0/gtkmm.h:155,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:66:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileChooserDialog(FileChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:66:44: error: invalid constructor; you probably meant ‘Gtk::FileChooserDialog (const Gtk::FileChooserDialog&)’
FileChooserDialog(FileChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:66:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:66:46: error: ‘noexcept’ does not name a type
FileChooserDialog(FileChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:66:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:67:49: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileChooserDialog& operator=(FileChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:67:55: error: expected ‘;’ at end of member declaration
FileChooserDialog& operator=(FileChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:67:57: error: ‘noexcept’ does not name a type
FileChooserDialog& operator=(FileChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:67:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:70:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileChooserDialog(const FileChooserDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:71:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileChooserDialog& operator=(const FileChooserDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:73:30: error: expected ‘;’ at end of member declaration
virtual ~FileChooserDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:73:32: error: ‘noexcept’ does not name a type
virtual ~FileChooserDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserdialog.h:73:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:155:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:76:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileChooserButton(FileChooserButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:76:44: error: invalid constructor; you probably meant ‘Gtk::FileChooserButton (const Gtk::FileChooserButton&)’
FileChooserButton(FileChooserButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:76:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:76:46: error: ‘noexcept’ does not name a type
FileChooserButton(FileChooserButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:76:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:77:49: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileChooserButton& operator=(FileChooserButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:77:55: error: expected ‘;’ at end of member declaration
FileChooserButton& operator=(FileChooserButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:77:57: error: ‘noexcept’ does not name a type
FileChooserButton& operator=(FileChooserButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:77:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:80:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileChooserButton(const FileChooserButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:81:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileChooserButton& operator=(const FileChooserButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:83:30: error: expected ‘;’ at end of member declaration
virtual ~FileChooserButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:83:32: error: ‘noexcept’ does not name a type
virtual ~FileChooserButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserbutton.h:83:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:157:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:68:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileChooserWidget(FileChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:68:44: error: invalid constructor; you probably meant ‘Gtk::FileChooserWidget (const Gtk::FileChooserWidget&)’
FileChooserWidget(FileChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:68:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:68:46: error: ‘noexcept’ does not name a type
FileChooserWidget(FileChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:68:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:69:49: error: expected ‘,’ or ‘...’ before ‘&&’ token
FileChooserWidget& operator=(FileChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:69:55: error: expected ‘;’ at end of member declaration
FileChooserWidget& operator=(FileChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:69:57: error: ‘noexcept’ does not name a type
FileChooserWidget& operator=(FileChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:69:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:72:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileChooserWidget(const FileChooserWidget&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:73:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FileChooserWidget& operator=(const FileChooserWidget&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:75:30: error: expected ‘;’ at end of member declaration
virtual ~FileChooserWidget() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:75:32: error: ‘noexcept’ does not name a type
virtual ~FileChooserWidget() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/filechooserwidget.h:75:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:159:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/fixed.h:70:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
Fixed(Fixed&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:70:20: error: invalid constructor; you probably meant ‘Gtk::Fixed (const Gtk::Fixed&)’
Fixed(Fixed&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:70:20: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/fixed.h:70:22: error: ‘noexcept’ does not name a type
Fixed(Fixed&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:70:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fixed.h:71:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
Fixed& operator=(Fixed&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:71:31: error: expected ‘;’ at end of member declaration
Fixed& operator=(Fixed&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:71:33: error: ‘noexcept’ does not name a type
Fixed& operator=(Fixed&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:71:33: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fixed.h:74:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Fixed(const Fixed&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:75:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Fixed& operator=(const Fixed&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:77:18: error: expected ‘;’ at end of member declaration
virtual ~Fixed() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:77:20: error: ‘noexcept’ does not name a type
virtual ~Fixed() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fixed.h:77:20: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/flowbox.h:28:0,
from /usr/include/gtkmm-3.0/gtkmm.h:160,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:62:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
FlowBoxChild(FlowBoxChild&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:62:34: error: invalid constructor; you probably meant ‘Gtk::FlowBoxChild (const Gtk::FlowBoxChild&)’
FlowBoxChild(FlowBoxChild&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:62:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:62:36: error: ‘noexcept’ does not name a type
FlowBoxChild(FlowBoxChild&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:62:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:63:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
FlowBoxChild& operator=(FlowBoxChild&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:63:45: error: expected ‘;’ at end of member declaration
FlowBoxChild& operator=(FlowBoxChild&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:63:47: error: ‘noexcept’ does not name a type
FlowBoxChild& operator=(FlowBoxChild&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:63:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:66:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FlowBoxChild(const FlowBoxChild&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:67:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FlowBoxChild& operator=(const FlowBoxChild&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:69:25: error: expected ‘;’ at end of member declaration
virtual ~FlowBoxChild() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:69:27: error: ‘noexcept’ does not name a type
virtual ~FlowBoxChild() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowboxchild.h:69:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:160:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:88:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
FlowBox(FlowBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:88:24: error: invalid constructor; you probably meant ‘Gtk::FlowBox (const Gtk::FlowBox&)’
FlowBox(FlowBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:88:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:88:26: error: ‘noexcept’ does not name a type
FlowBox(FlowBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:88:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:89:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
FlowBox& operator=(FlowBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:89:35: error: expected ‘;’ at end of member declaration
FlowBox& operator=(FlowBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:89:37: error: ‘noexcept’ does not name a type
FlowBox& operator=(FlowBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:89:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:92:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FlowBox(const FlowBox&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:93:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FlowBox& operator=(const FlowBox&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:95:20: error: expected ‘;’ at end of member declaration
virtual ~FlowBox() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:95:22: error: ‘noexcept’ does not name a type
virtual ~FlowBox() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/flowbox.h:95:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:162:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:70:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontButton(FontButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:70:30: error: invalid constructor; you probably meant ‘Gtk::FontButton (const Gtk::FontButton&)’
FontButton(FontButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:70:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:70:32: error: ‘noexcept’ does not name a type
FontButton(FontButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:70:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:71:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontButton& operator=(FontButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:71:41: error: expected ‘;’ at end of member declaration
FontButton& operator=(FontButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:71:43: error: ‘noexcept’ does not name a type
FontButton& operator=(FontButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:71:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:74:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontButton(const FontButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:75:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontButton& operator=(const FontButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:77:23: error: expected ‘;’ at end of member declaration
virtual ~FontButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:77:25: error: ‘noexcept’ does not name a type
virtual ~FontButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontbutton.h:77:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:163:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:82:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontChooser(const FontChooser&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:83:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontChooser& operator=(const FontChooser&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:116:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontChooser(FontChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:116:32: error: invalid constructor; you probably meant ‘Gtk::FontChooser (const Gtk::FontChooser&)’
FontChooser(FontChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:116:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:116:34: error: ‘noexcept’ does not name a type
FontChooser(FontChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:116:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:117:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontChooser& operator=(FontChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:117:43: error: expected ‘;’ at end of member declaration
FontChooser& operator=(FontChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:117:45: error: ‘noexcept’ does not name a type
FontChooser& operator=(FontChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:117:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:119:24: error: expected ‘;’ at end of member declaration
virtual ~FontChooser() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:119:26: error: ‘noexcept’ does not name a type
virtual ~FontChooser() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooser.h:119:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:164:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:71:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontChooserDialog(FontChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:71:44: error: invalid constructor; you probably meant ‘Gtk::FontChooserDialog (const Gtk::FontChooserDialog&)’
FontChooserDialog(FontChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:71:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:71:46: error: ‘noexcept’ does not name a type
FontChooserDialog(FontChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:71:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:72:49: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontChooserDialog& operator=(FontChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:72:55: error: expected ‘;’ at end of member declaration
FontChooserDialog& operator=(FontChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:72:57: error: ‘noexcept’ does not name a type
FontChooserDialog& operator=(FontChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:72:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:75:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontChooserDialog(const FontChooserDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:76:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontChooserDialog& operator=(const FontChooserDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:78:30: error: expected ‘;’ at end of member declaration
virtual ~FontChooserDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:78:32: error: ‘noexcept’ does not name a type
virtual ~FontChooserDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserdialog.h:78:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:165:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:71:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontChooserWidget(FontChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:71:44: error: invalid constructor; you probably meant ‘Gtk::FontChooserWidget (const Gtk::FontChooserWidget&)’
FontChooserWidget(FontChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:71:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:71:46: error: ‘noexcept’ does not name a type
FontChooserWidget(FontChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:71:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:72:49: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontChooserWidget& operator=(FontChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:72:55: error: expected ‘;’ at end of member declaration
FontChooserWidget& operator=(FontChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:72:57: error: ‘noexcept’ does not name a type
FontChooserWidget& operator=(FontChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:72:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:75:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontChooserWidget(const FontChooserWidget&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:76:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontChooserWidget& operator=(const FontChooserWidget&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:78:30: error: expected ‘;’ at end of member declaration
virtual ~FontChooserWidget() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:78:32: error: ‘noexcept’ does not name a type
virtual ~FontChooserWidget() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontchooserwidget.h:78:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:166:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:87:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontSelection(FontSelection&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:87:36: error: invalid constructor; you probably meant ‘Gtk::FontSelection (const Gtk::FontSelection&)’
FontSelection(FontSelection&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:87:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:87:38: error: ‘noexcept’ does not name a type
FontSelection(FontSelection&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:87:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:88:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontSelection& operator=(FontSelection&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:88:47: error: expected ‘;’ at end of member declaration
FontSelection& operator=(FontSelection&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:88:49: error: ‘noexcept’ does not name a type
FontSelection& operator=(FontSelection&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:88:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:91:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontSelection(const FontSelection&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:92:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontSelection& operator=(const FontSelection&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:94:26: error: expected ‘;’ at end of member declaration
virtual ~FontSelection() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:94:28: error: ‘noexcept’ does not name a type
virtual ~FontSelection() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:94:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:426:42: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontSelectionDialog(FontSelectionDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:426:48: error: invalid constructor; you probably meant ‘Gtk::FontSelectionDialog (const Gtk::FontSelectionDialog&)’
FontSelectionDialog(FontSelectionDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:426:48: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:426:50: error: ‘noexcept’ does not name a type
FontSelectionDialog(FontSelectionDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:426:50: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:427:53: error: expected ‘,’ or ‘...’ before ‘&&’ token
FontSelectionDialog& operator=(FontSelectionDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:427:59: error: expected ‘;’ at end of member declaration
FontSelectionDialog& operator=(FontSelectionDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:427:61: error: ‘noexcept’ does not name a type
FontSelectionDialog& operator=(FontSelectionDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:427:61: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:430:53: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontSelectionDialog(const FontSelectionDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:431:64: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
FontSelectionDialog& operator=(const FontSelectionDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:433:32: error: expected ‘;’ at end of member declaration
virtual ~FontSelectionDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:433:34: error: ‘noexcept’ does not name a type
virtual ~FontSelectionDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/fontselection.h:433:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:168:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/gesture.h:192:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Gesture(const Gesture&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:193:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Gesture& operator=(const Gesture&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:206:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
Gesture(Gesture&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:206:24: error: invalid constructor; you probably meant ‘Gtk::Gesture (const Gtk::Gesture&)’
Gesture(Gesture&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:206:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/gesture.h:206:26: error: ‘noexcept’ does not name a type
Gesture(Gesture&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:206:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesture.h:207:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
Gesture& operator=(Gesture&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:207:35: error: expected ‘;’ at end of member declaration
Gesture& operator=(Gesture&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:207:37: error: ‘noexcept’ does not name a type
Gesture& operator=(Gesture&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:207:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesture.h:209:20: error: expected ‘;’ at end of member declaration
virtual ~Gesture() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:209:22: error: ‘noexcept’ does not name a type
virtual ~Gesture() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesture.h:209:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:26:0,
from /usr/include/gtkmm-3.0/gtkmm.h:169,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:71:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureSingle(const GestureSingle&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:72:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureSingle& operator=(const GestureSingle&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:85:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureSingle(GestureSingle&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:85:36: error: invalid constructor; you probably meant ‘Gtk::GestureSingle (const Gtk::GestureSingle&)’
GestureSingle(GestureSingle&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:85:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:85:38: error: ‘noexcept’ does not name a type
GestureSingle(GestureSingle&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:85:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:86:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureSingle& operator=(GestureSingle&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:86:47: error: expected ‘;’ at end of member declaration
GestureSingle& operator=(GestureSingle&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:86:49: error: ‘noexcept’ does not name a type
GestureSingle& operator=(GestureSingle&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:86:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:88:26: error: expected ‘;’ at end of member declaration
virtual ~GestureSingle() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:88:28: error: ‘noexcept’ does not name a type
virtual ~GestureSingle() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturesingle.h:88:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:169:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:67:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureDrag(const GestureDrag&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:68:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureDrag& operator=(const GestureDrag&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:81:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureDrag(GestureDrag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:81:32: error: invalid constructor; you probably meant ‘Gtk::GestureDrag (const Gtk::GestureDrag&)’
GestureDrag(GestureDrag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:81:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:81:34: error: ‘noexcept’ does not name a type
GestureDrag(GestureDrag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:81:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:82:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureDrag& operator=(GestureDrag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:82:43: error: expected ‘;’ at end of member declaration
GestureDrag& operator=(GestureDrag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:82:45: error: ‘noexcept’ does not name a type
GestureDrag& operator=(GestureDrag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:82:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:84:24: error: expected ‘;’ at end of member declaration
virtual ~GestureDrag() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:84:26: error: ‘noexcept’ does not name a type
virtual ~GestureDrag() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturedrag.h:84:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:170:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:68:47: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureLongPress(const GestureLongPress&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:69:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureLongPress& operator=(const GestureLongPress&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:82:36: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureLongPress(GestureLongPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:82:42: error: invalid constructor; you probably meant ‘Gtk::GestureLongPress (const Gtk::GestureLongPress&)’
GestureLongPress(GestureLongPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:82:42: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:82:44: error: ‘noexcept’ does not name a type
GestureLongPress(GestureLongPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:82:44: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:83:47: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureLongPress& operator=(GestureLongPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:83:53: error: expected ‘;’ at end of member declaration
GestureLongPress& operator=(GestureLongPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:83:55: error: ‘noexcept’ does not name a type
GestureLongPress& operator=(GestureLongPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:83:55: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:85:29: error: expected ‘;’ at end of member declaration
virtual ~GestureLongPress() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:85:31: error: ‘noexcept’ does not name a type
virtual ~GestureLongPress() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturelongpress.h:85:31: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:171:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:73:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureMultiPress(const GestureMultiPress&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:74:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureMultiPress& operator=(const GestureMultiPress&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:87:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureMultiPress(GestureMultiPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:87:44: error: invalid constructor; you probably meant ‘Gtk::GestureMultiPress (const Gtk::GestureMultiPress&)’
GestureMultiPress(GestureMultiPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:87:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:87:46: error: ‘noexcept’ does not name a type
GestureMultiPress(GestureMultiPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:87:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:88:49: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureMultiPress& operator=(GestureMultiPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:88:55: error: expected ‘;’ at end of member declaration
GestureMultiPress& operator=(GestureMultiPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:88:57: error: ‘noexcept’ does not name a type
GestureMultiPress& operator=(GestureMultiPress&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:88:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:90:30: error: expected ‘;’ at end of member declaration
virtual ~GestureMultiPress() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:90:32: error: ‘noexcept’ does not name a type
virtual ~GestureMultiPress() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturemultipress.h:90:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:172:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:129:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GesturePan(const GesturePan&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:130:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GesturePan& operator=(const GesturePan&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:143:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
GesturePan(GesturePan&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:143:30: error: invalid constructor; you probably meant ‘Gtk::GesturePan (const Gtk::GesturePan&)’
GesturePan(GesturePan&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:143:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:143:32: error: ‘noexcept’ does not name a type
GesturePan(GesturePan&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:143:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:144:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
GesturePan& operator=(GesturePan&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:144:41: error: expected ‘;’ at end of member declaration
GesturePan& operator=(GesturePan&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:144:43: error: ‘noexcept’ does not name a type
GesturePan& operator=(GesturePan&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:144:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:146:23: error: expected ‘;’ at end of member declaration
virtual ~GesturePan() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:146:25: error: ‘noexcept’ does not name a type
virtual ~GesturePan() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturepan.h:146:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:173:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:65:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureRotate(const GestureRotate&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:66:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureRotate& operator=(const GestureRotate&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:79:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureRotate(GestureRotate&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:79:36: error: invalid constructor; you probably meant ‘Gtk::GestureRotate (const Gtk::GestureRotate&)’
GestureRotate(GestureRotate&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:79:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:79:38: error: ‘noexcept’ does not name a type
GestureRotate(GestureRotate&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:79:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:80:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureRotate& operator=(GestureRotate&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:80:47: error: expected ‘;’ at end of member declaration
GestureRotate& operator=(GestureRotate&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:80:49: error: ‘noexcept’ does not name a type
GestureRotate& operator=(GestureRotate&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:80:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:82:26: error: expected ‘;’ at end of member declaration
virtual ~GestureRotate() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:82:28: error: ‘noexcept’ does not name a type
virtual ~GestureRotate() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturerotate.h:82:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:175:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:72:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureSwipe(const GestureSwipe&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:73:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureSwipe& operator=(const GestureSwipe&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:86:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureSwipe(GestureSwipe&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:86:34: error: invalid constructor; you probably meant ‘Gtk::GestureSwipe (const Gtk::GestureSwipe&)’
GestureSwipe(GestureSwipe&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:86:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:86:36: error: ‘noexcept’ does not name a type
GestureSwipe(GestureSwipe&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:86:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:87:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureSwipe& operator=(GestureSwipe&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:87:45: error: expected ‘;’ at end of member declaration
GestureSwipe& operator=(GestureSwipe&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:87:47: error: ‘noexcept’ does not name a type
GestureSwipe& operator=(GestureSwipe&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:87:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:89:25: error: expected ‘;’ at end of member declaration
virtual ~GestureSwipe() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:89:27: error: ‘noexcept’ does not name a type
virtual ~GestureSwipe() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gestureswipe.h:89:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:176:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:65:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureZoom(const GestureZoom&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:66:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GestureZoom& operator=(const GestureZoom&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:79:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureZoom(GestureZoom&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:79:32: error: invalid constructor; you probably meant ‘Gtk::GestureZoom (const Gtk::GestureZoom&)’
GestureZoom(GestureZoom&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:79:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:79:34: error: ‘noexcept’ does not name a type
GestureZoom(GestureZoom&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:79:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:80:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
GestureZoom& operator=(GestureZoom&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:80:43: error: expected ‘;’ at end of member declaration
GestureZoom& operator=(GestureZoom&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:80:45: error: ‘noexcept’ does not name a type
GestureZoom& operator=(GestureZoom&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:80:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:82:24: error: expected ‘;’ at end of member declaration
virtual ~GestureZoom() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:82:26: error: ‘noexcept’ does not name a type
virtual ~GestureZoom() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/gesturezoom.h:82:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:177:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/glarea.h:62:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
GLArea(GLArea&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:62:22: error: invalid constructor; you probably meant ‘Gtk::GLArea (const Gtk::GLArea&)’
GLArea(GLArea&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:62:22: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/glarea.h:62:24: error: ‘noexcept’ does not name a type
GLArea(GLArea&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:62:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/glarea.h:63:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
GLArea& operator=(GLArea&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:63:33: error: expected ‘;’ at end of member declaration
GLArea& operator=(GLArea&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:63:35: error: ‘noexcept’ does not name a type
GLArea& operator=(GLArea&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:63:35: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/glarea.h:66:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GLArea(const GLArea&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:67:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
GLArea& operator=(const GLArea&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:69:19: error: expected ‘;’ at end of member declaration
virtual ~GLArea() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:69:21: error: ‘noexcept’ does not name a type
virtual ~GLArea() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/glarea.h:69:21: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:178:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/grid.h:78:12: error: expected ‘,’ or ‘...’ before ‘&&’ token
Grid(Grid&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:78:18: error: invalid constructor; you probably meant ‘Gtk::Grid (const Gtk::Grid&)’
Grid(Grid&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:78:18: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/grid.h:78:20: error: ‘noexcept’ does not name a type
Grid(Grid&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:78:20: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/grid.h:79:23: error: expected ‘,’ or ‘...’ before ‘&&’ token
Grid& operator=(Grid&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:79:29: error: expected ‘;’ at end of member declaration
Grid& operator=(Grid&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:79:31: error: ‘noexcept’ does not name a type
Grid& operator=(Grid&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:79:31: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/grid.h:82:23: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Grid(const Grid&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:83:34: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Grid& operator=(const Grid&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:85:17: error: expected ‘;’ at end of member declaration
virtual ~Grid() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:85:19: error: ‘noexcept’ does not name a type
virtual ~Grid() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/grid.h:85:19: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:179:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:74:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
HandleBox(HandleBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:74:28: error: invalid constructor; you probably meant ‘Gtk::HandleBox (const Gtk::HandleBox&)’
HandleBox(HandleBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:74:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:74:30: error: ‘noexcept’ does not name a type
HandleBox(HandleBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:74:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:75:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
HandleBox& operator=(HandleBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:75:39: error: expected ‘;’ at end of member declaration
HandleBox& operator=(HandleBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:75:41: error: ‘noexcept’ does not name a type
HandleBox& operator=(HandleBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:75:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:78:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HandleBox(const HandleBox&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:79:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HandleBox& operator=(const HandleBox&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:81:22: error: expected ‘;’ at end of member declaration
virtual ~HandleBox() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:81:24: error: ‘noexcept’ does not name a type
virtual ~HandleBox() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/handlebox.h:81:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/hvpaned.h:30:0,
from /usr/include/gtkmm-3.0/gtkmm.h:183,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/paned.h:92:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
Paned(Paned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:92:20: error: invalid constructor; you probably meant ‘Gtk::Paned (const Gtk::Paned&)’
Paned(Paned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:92:20: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/paned.h:92:22: error: ‘noexcept’ does not name a type
Paned(Paned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:92:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/paned.h:93:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
Paned& operator=(Paned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:93:31: error: expected ‘;’ at end of member declaration
Paned& operator=(Paned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:93:33: error: ‘noexcept’ does not name a type
Paned& operator=(Paned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:93:33: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/paned.h:96:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Paned(const Paned&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:97:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Paned& operator=(const Paned&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:99:18: error: expected ‘;’ at end of member declaration
virtual ~Paned() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:99:20: error: ‘noexcept’ does not name a type
virtual ~Paned() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/paned.h:99:20: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:183:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:78:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
HPaned(HPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:78:22: error: invalid constructor; you probably meant ‘Gtk::HPaned (const Gtk::HPaned&)’
HPaned(HPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:78:22: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:78:24: error: ‘noexcept’ does not name a type
HPaned(HPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:78:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:79:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
HPaned& operator=(HPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:79:33: error: expected ‘;’ at end of member declaration
HPaned& operator=(HPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:79:35: error: ‘noexcept’ does not name a type
HPaned& operator=(HPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:79:35: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:82:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HPaned(const HPaned&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:83:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HPaned& operator=(const HPaned&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:85:19: error: expected ‘;’ at end of member declaration
virtual ~HPaned() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:85:21: error: ‘noexcept’ does not name a type
virtual ~HPaned() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:85:21: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:156:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
VPaned(VPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:156:22: error: invalid constructor; you probably meant ‘Gtk::VPaned (const Gtk::VPaned&)’
VPaned(VPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:156:22: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:156:24: error: ‘noexcept’ does not name a type
VPaned(VPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:156:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:157:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
VPaned& operator=(VPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:157:33: error: expected ‘;’ at end of member declaration
VPaned& operator=(VPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:157:35: error: ‘noexcept’ does not name a type
VPaned& operator=(VPaned&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:157:35: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:160:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VPaned(const VPaned&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:161:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VPaned& operator=(const VPaned&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:163:19: error: expected ‘;’ at end of member declaration
virtual ~VPaned() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:163:21: error: ‘noexcept’ does not name a type
virtual ~VPaned() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvpaned.h:163:21: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/scale.h:28:0,
from /usr/include/gtkmm-3.0/gtkmm/hvscale.h:31,
from /usr/include/gtkmm-3.0/gtkmm.h:184,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/range.h:63:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
Range(Range&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:63:20: error: invalid constructor; you probably meant ‘Gtk::Range (const Gtk::Range&)’
Range(Range&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:63:20: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/range.h:63:22: error: ‘noexcept’ does not name a type
Range(Range&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:63:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/range.h:64:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
Range& operator=(Range&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:64:31: error: expected ‘;’ at end of member declaration
Range& operator=(Range&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:64:33: error: ‘noexcept’ does not name a type
Range& operator=(Range&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:64:33: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/range.h:67:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Range(const Range&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:68:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Range& operator=(const Range&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:70:18: error: expected ‘;’ at end of member declaration
virtual ~Range() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:70:20: error: ‘noexcept’ does not name a type
virtual ~Range() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/range.h:70:20: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/hvscale.h:31:0,
from /usr/include/gtkmm-3.0/gtkmm.h:184,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/scale.h:71:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
Scale(Scale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:71:20: error: invalid constructor; you probably meant ‘Gtk::Scale (const Gtk::Scale&)’
Scale(Scale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:71:20: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/scale.h:71:22: error: ‘noexcept’ does not name a type
Scale(Scale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:71:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/scale.h:72:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
Scale& operator=(Scale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:72:31: error: expected ‘;’ at end of member declaration
Scale& operator=(Scale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:72:33: error: ‘noexcept’ does not name a type
Scale& operator=(Scale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:72:33: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/scale.h:75:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Scale(const Scale&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:76:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Scale& operator=(const Scale&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:78:18: error: expected ‘;’ at end of member declaration
virtual ~Scale() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:78:20: error: ‘noexcept’ does not name a type
virtual ~Scale() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scale.h:78:20: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:184:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:83:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
VScale(VScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:83:22: error: invalid constructor; you probably meant ‘Gtk::VScale (const Gtk::VScale&)’
VScale(VScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:83:22: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:83:24: error: ‘noexcept’ does not name a type
VScale(VScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:83:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:84:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
VScale& operator=(VScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:84:33: error: expected ‘;’ at end of member declaration
VScale& operator=(VScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:84:35: error: ‘noexcept’ does not name a type
VScale& operator=(VScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:84:35: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:87:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VScale(const VScale&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:88:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VScale& operator=(const VScale&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:90:19: error: expected ‘;’ at end of member declaration
virtual ~VScale() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:90:21: error: ‘noexcept’ does not name a type
virtual ~VScale() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:90:21: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:173:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
HScale(HScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:173:22: error: invalid constructor; you probably meant ‘Gtk::HScale (const Gtk::HScale&)’
HScale(HScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:173:22: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:173:24: error: ‘noexcept’ does not name a type
HScale(HScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:173:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:174:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
HScale& operator=(HScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:174:33: error: expected ‘;’ at end of member declaration
HScale& operator=(HScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:174:35: error: ‘noexcept’ does not name a type
HScale& operator=(HScale&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:174:35: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:177:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HScale(const HScale&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:178:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HScale& operator=(const HScale&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:180:19: error: expected ‘;’ at end of member declaration
virtual ~HScale() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:180:21: error: ‘noexcept’ does not name a type
virtual ~HScale() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscale.h:180:21: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:31:0,
from /usr/include/gtkmm-3.0/gtkmm.h:185,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:75:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
Scrollbar(Scrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:75:28: error: invalid constructor; you probably meant ‘Gtk::Scrollbar (const Gtk::Scrollbar&)’
Scrollbar(Scrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:75:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:75:30: error: ‘noexcept’ does not name a type
Scrollbar(Scrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:75:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:76:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
Scrollbar& operator=(Scrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:76:39: error: expected ‘;’ at end of member declaration
Scrollbar& operator=(Scrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:76:41: error: ‘noexcept’ does not name a type
Scrollbar& operator=(Scrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:76:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:79:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Scrollbar(const Scrollbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:80:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Scrollbar& operator=(const Scrollbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:82:22: error: expected ‘;’ at end of member declaration
virtual ~Scrollbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:82:24: error: ‘noexcept’ does not name a type
virtual ~Scrollbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrollbar.h:82:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:185:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:86:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
VScrollbar(VScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:86:30: error: invalid constructor; you probably meant ‘Gtk::VScrollbar (const Gtk::VScrollbar&)’
VScrollbar(VScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:86:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:86:32: error: ‘noexcept’ does not name a type
VScrollbar(VScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:86:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:87:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
VScrollbar& operator=(VScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:87:41: error: expected ‘;’ at end of member declaration
VScrollbar& operator=(VScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:87:43: error: ‘noexcept’ does not name a type
VScrollbar& operator=(VScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:87:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:90:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VScrollbar(const VScrollbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:91:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VScrollbar& operator=(const VScrollbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:93:23: error: expected ‘;’ at end of member declaration
virtual ~VScrollbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:93:25: error: ‘noexcept’ does not name a type
virtual ~VScrollbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:93:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:172:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
HScrollbar(HScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:172:30: error: invalid constructor; you probably meant ‘Gtk::HScrollbar (const Gtk::HScrollbar&)’
HScrollbar(HScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:172:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:172:32: error: ‘noexcept’ does not name a type
HScrollbar(HScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:172:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:173:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
HScrollbar& operator=(HScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:173:41: error: expected ‘;’ at end of member declaration
HScrollbar& operator=(HScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:173:43: error: ‘noexcept’ does not name a type
HScrollbar& operator=(HScrollbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:173:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:176:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HScrollbar(const HScrollbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:177:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HScrollbar& operator=(const HScrollbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:179:23: error: expected ‘;’ at end of member declaration
virtual ~HScrollbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:179:25: error: ‘noexcept’ does not name a type
virtual ~HScrollbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvscrollbar.h:179:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/hvseparator.h:30:0,
from /usr/include/gtkmm-3.0/gtkmm.h:186,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/separator.h:66:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
Separator(Separator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:66:28: error: invalid constructor; you probably meant ‘Gtk::Separator (const Gtk::Separator&)’
Separator(Separator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:66:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/separator.h:66:30: error: ‘noexcept’ does not name a type
Separator(Separator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:66:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/separator.h:67:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
Separator& operator=(Separator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:67:39: error: expected ‘;’ at end of member declaration
Separator& operator=(Separator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:67:41: error: ‘noexcept’ does not name a type
Separator& operator=(Separator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:67:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/separator.h:70:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Separator(const Separator&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:71:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Separator& operator=(const Separator&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:73:22: error: expected ‘;’ at end of member declaration
virtual ~Separator() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:73:24: error: ‘noexcept’ does not name a type
virtual ~Separator() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separator.h:73:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:186:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:82:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
VSeparator(VSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:82:30: error: invalid constructor; you probably meant ‘Gtk::VSeparator (const Gtk::VSeparator&)’
VSeparator(VSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:82:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:82:32: error: ‘noexcept’ does not name a type
VSeparator(VSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:82:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:83:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
VSeparator& operator=(VSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:83:41: error: expected ‘;’ at end of member declaration
VSeparator& operator=(VSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:83:43: error: ‘noexcept’ does not name a type
VSeparator& operator=(VSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:83:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:86:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VSeparator(const VSeparator&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:87:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VSeparator& operator=(const VSeparator&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:89:23: error: expected ‘;’ at end of member declaration
virtual ~VSeparator() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:89:25: error: ‘noexcept’ does not name a type
virtual ~VSeparator() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:89:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:164:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
HSeparator(HSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:164:30: error: invalid constructor; you probably meant ‘Gtk::HSeparator (const Gtk::HSeparator&)’
HSeparator(HSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:164:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:164:32: error: ‘noexcept’ does not name a type
HSeparator(HSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:164:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:165:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
HSeparator& operator=(HSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:165:41: error: expected ‘;’ at end of member declaration
HSeparator& operator=(HSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:165:43: error: ‘noexcept’ does not name a type
HSeparator& operator=(HSeparator&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:165:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:168:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HSeparator(const HSeparator&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:169:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
HSeparator& operator=(const HSeparator&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:171:23: error: expected ‘;’ at end of member declaration
virtual ~HSeparator() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:171:25: error: ‘noexcept’ does not name a type
virtual ~HSeparator() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/hvseparator.h:171:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:188:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:69:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
IconFactory(const IconFactory&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:70:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
IconFactory& operator=(const IconFactory&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:83:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
IconFactory(IconFactory&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:83:32: error: invalid constructor; you probably meant ‘Gtk::IconFactory (const Gtk::IconFactory&)’
IconFactory(IconFactory&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:83:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:83:34: error: ‘noexcept’ does not name a type
IconFactory(IconFactory&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:83:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:84:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
IconFactory& operator=(IconFactory&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:84:43: error: expected ‘;’ at end of member declaration
IconFactory& operator=(IconFactory&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:84:45: error: ‘noexcept’ does not name a type
IconFactory& operator=(IconFactory&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:84:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:86:24: error: expected ‘;’ at end of member declaration
virtual ~IconFactory() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:86:26: error: ‘noexcept’ does not name a type
virtual ~IconFactory() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconfactory.h:86:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/icontheme.h:32:0,
from /usr/include/gtkmm-3.0/gtkmm.h:190,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:66:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
IconInfo(IconInfo&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:66:28: error: invalid constructor; you probably meant ‘Gtk::IconInfo (const Gtk::IconInfo&)’
IconInfo(IconInfo&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:66:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:66:30: error: ‘noexcept’ does not name a type
IconInfo(IconInfo&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:66:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:67:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
IconInfo& operator=(IconInfo&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:67:39: error: expected ‘;’ at end of member declaration
IconInfo& operator=(IconInfo&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:67:41: error: ‘noexcept’ does not name a type
IconInfo& operator=(IconInfo&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:67:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:69:13: error: expected ‘;’ at end of member declaration
~IconInfo() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:69:15: error: ‘noexcept’ does not name a type
~IconInfo() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:69:15: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:71:28: error: expected ‘;’ at end of member declaration
void swap(IconInfo& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:71:30: error: ‘noexcept’ does not name a type
void swap(IconInfo& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:71:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/icontheme.h:32:0,
from /usr/include/gtkmm-3.0/gtkmm.h:190,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/iconinfo.h:446:48: error: expected initializer before ‘noexcept’
inline void swap(IconInfo& lhs, IconInfo& rhs) noexcept
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:190:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:217:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
IconTheme(const IconTheme&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:218:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
IconTheme& operator=(const IconTheme&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:231:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
IconTheme(IconTheme&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:231:28: error: invalid constructor; you probably meant ‘Gtk::IconTheme (const Gtk::IconTheme&)’
IconTheme(IconTheme&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:231:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:231:30: error: ‘noexcept’ does not name a type
IconTheme(IconTheme&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:231:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:232:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
IconTheme& operator=(IconTheme&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:232:39: error: expected ‘;’ at end of member declaration
IconTheme& operator=(IconTheme&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:232:41: error: ‘noexcept’ does not name a type
IconTheme& operator=(IconTheme&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:232:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:234:22: error: expected ‘;’ at end of member declaration
virtual ~IconTheme() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:234:24: error: ‘noexcept’ does not name a type
virtual ~IconTheme() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/icontheme.h:234:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:191:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/iconview.h:137:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
IconView(IconView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:137:26: error: invalid constructor; you probably meant ‘Gtk::IconView (const Gtk::IconView&)’
IconView(IconView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:137:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/iconview.h:137:28: error: ‘noexcept’ does not name a type
IconView(IconView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:137:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/iconview.h:138:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
IconView& operator=(IconView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:138:37: error: expected ‘;’ at end of member declaration
IconView& operator=(IconView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:138:39: error: ‘noexcept’ does not name a type
IconView& operator=(IconView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:138:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/iconview.h:141:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
IconView(const IconView&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:142:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
IconView& operator=(const IconView&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:144:21: error: expected ‘;’ at end of member declaration
virtual ~IconView() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:144:23: error: ‘noexcept’ does not name a type
virtual ~IconView() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/iconview.h:144:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:193:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:73:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
ImageMenuItem(ImageMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:73:36: error: invalid constructor; you probably meant ‘Gtk::ImageMenuItem (const Gtk::ImageMenuItem&)’
ImageMenuItem(ImageMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:73:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:73:38: error: ‘noexcept’ does not name a type
ImageMenuItem(ImageMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:73:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:74:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
ImageMenuItem& operator=(ImageMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:74:47: error: expected ‘;’ at end of member declaration
ImageMenuItem& operator=(ImageMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:74:49: error: ‘noexcept’ does not name a type
ImageMenuItem& operator=(ImageMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:74:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:77:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ImageMenuItem(const ImageMenuItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:78:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ImageMenuItem& operator=(const ImageMenuItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:80:26: error: expected ‘;’ at end of member declaration
virtual ~ImageMenuItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:80:28: error: ‘noexcept’ does not name a type
virtual ~ImageMenuItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/imagemenuitem.h:80:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:194:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/infobar.h:78:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
InfoBar(InfoBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:78:24: error: invalid constructor; you probably meant ‘Gtk::InfoBar (const Gtk::InfoBar&)’
InfoBar(InfoBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:78:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/infobar.h:78:26: error: ‘noexcept’ does not name a type
InfoBar(InfoBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:78:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/infobar.h:79:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
InfoBar& operator=(InfoBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:79:35: error: expected ‘;’ at end of member declaration
InfoBar& operator=(InfoBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:79:37: error: ‘noexcept’ does not name a type
InfoBar& operator=(InfoBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:79:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/infobar.h:82:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
InfoBar(const InfoBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:83:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
InfoBar& operator=(const InfoBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:85:20: error: expected ‘;’ at end of member declaration
virtual ~InfoBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:85:22: error: ‘noexcept’ does not name a type
virtual ~InfoBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/infobar.h:85:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:195:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/calendar.h:175:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
Calendar(Calendar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:175:26: error: invalid constructor; you probably meant ‘Gtk::Calendar (const Gtk::Calendar&)’
Calendar(Calendar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:175:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/calendar.h:175:28: error: ‘noexcept’ does not name a type
Calendar(Calendar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:175:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/calendar.h:176:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
Calendar& operator=(Calendar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:176:37: error: expected ‘;’ at end of member declaration
Calendar& operator=(Calendar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:176:39: error: ‘noexcept’ does not name a type
Calendar& operator=(Calendar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:176:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/calendar.h:179:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Calendar(const Calendar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:180:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Calendar& operator=(const Calendar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:182:21: error: expected ‘;’ at end of member declaration
virtual ~Calendar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:182:23: error: ‘noexcept’ does not name a type
virtual ~Calendar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/calendar.h:182:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:196:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/invisible.h:60:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
Invisible(Invisible&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:60:28: error: invalid constructor; you probably meant ‘Gtk::Invisible (const Gtk::Invisible&)’
Invisible(Invisible&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:60:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/invisible.h:60:30: error: ‘noexcept’ does not name a type
Invisible(Invisible&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:60:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/invisible.h:61:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
Invisible& operator=(Invisible&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:61:39: error: expected ‘;’ at end of member declaration
Invisible& operator=(Invisible&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:61:41: error: ‘noexcept’ does not name a type
Invisible& operator=(Invisible&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:61:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/invisible.h:64:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Invisible(const Invisible&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:65:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Invisible& operator=(const Invisible&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:67:22: error: expected ‘;’ at end of member declaration
virtual ~Invisible() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:67:24: error: ‘noexcept’ does not name a type
virtual ~Invisible() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/invisible.h:67:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:198:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/layout.h:72:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
Layout(Layout&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:72:22: error: invalid constructor; you probably meant ‘Gtk::Layout (const Gtk::Layout&)’
Layout(Layout&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:72:22: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/layout.h:72:24: error: ‘noexcept’ does not name a type
Layout(Layout&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:72:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/layout.h:73:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
Layout& operator=(Layout&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:73:33: error: expected ‘;’ at end of member declaration
Layout& operator=(Layout&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:73:35: error: ‘noexcept’ does not name a type
Layout& operator=(Layout&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:73:35: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/layout.h:76:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Layout(const Layout&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:77:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Layout& operator=(const Layout&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:79:19: error: expected ‘;’ at end of member declaration
virtual ~Layout() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:79:21: error: ‘noexcept’ does not name a type
virtual ~Layout() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/layout.h:79:21: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:199:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:133:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
LevelBar(LevelBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:133:26: error: invalid constructor; you probably meant ‘Gtk::LevelBar (const Gtk::LevelBar&)’
LevelBar(LevelBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:133:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:133:28: error: ‘noexcept’ does not name a type
LevelBar(LevelBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:133:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:134:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
LevelBar& operator=(LevelBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:134:37: error: expected ‘;’ at end of member declaration
LevelBar& operator=(LevelBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:134:39: error: ‘noexcept’ does not name a type
LevelBar& operator=(LevelBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:134:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:137:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
LevelBar(const LevelBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:138:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
LevelBar& operator=(const LevelBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:140:21: error: expected ‘;’ at end of member declaration
virtual ~LevelBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:140:23: error: ‘noexcept’ does not name a type
virtual ~LevelBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/levelbar.h:140:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/listbox.h:27:0,
from /usr/include/gtkmm-3.0/gtkmm.h:200,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:61:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
ListBoxRow(ListBoxRow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:61:30: error: invalid constructor; you probably meant ‘Gtk::ListBoxRow (const Gtk::ListBoxRow&)’
ListBoxRow(ListBoxRow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:61:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:61:32: error: ‘noexcept’ does not name a type
ListBoxRow(ListBoxRow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:61:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:62:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
ListBoxRow& operator=(ListBoxRow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:62:41: error: expected ‘;’ at end of member declaration
ListBoxRow& operator=(ListBoxRow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:62:43: error: ‘noexcept’ does not name a type
ListBoxRow& operator=(ListBoxRow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:62:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:65:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ListBoxRow(const ListBoxRow&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:66:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ListBoxRow& operator=(const ListBoxRow&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:68:23: error: expected ‘;’ at end of member declaration
virtual ~ListBoxRow() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:68:25: error: ‘noexcept’ does not name a type
virtual ~ListBoxRow() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listboxrow.h:68:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:200:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/listbox.h:80:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
ListBox(ListBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:80:24: error: invalid constructor; you probably meant ‘Gtk::ListBox (const Gtk::ListBox&)’
ListBox(ListBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:80:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/listbox.h:80:26: error: ‘noexcept’ does not name a type
ListBox(ListBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:80:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/listbox.h:81:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
ListBox& operator=(ListBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:81:35: error: expected ‘;’ at end of member declaration
ListBox& operator=(ListBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:81:37: error: ‘noexcept’ does not name a type
ListBox& operator=(ListBox&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:81:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/listbox.h:84:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ListBox(const ListBox&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:85:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ListBox& operator=(const ListBox&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:87:20: error: expected ‘;’ at end of member declaration
virtual ~ListBox() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:87:22: error: ‘noexcept’ does not name a type
virtual ~ListBox() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listbox.h:87:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/liststore.h:31:0,
from /usr/include/gtkmm-3.0/gtkmm.h:202,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:80:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeSortable(const TreeSortable&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:81:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeSortable& operator=(const TreeSortable&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:114:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeSortable(TreeSortable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:114:34: error: invalid constructor; you probably meant ‘Gtk::TreeSortable (const Gtk::TreeSortable&)’
TreeSortable(TreeSortable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:114:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:114:36: error: ‘noexcept’ does not name a type
TreeSortable(TreeSortable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:114:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:115:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeSortable& operator=(TreeSortable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:115:45: error: expected ‘;’ at end of member declaration
TreeSortable& operator=(TreeSortable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:115:47: error: ‘noexcept’ does not name a type
TreeSortable& operator=(TreeSortable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:115:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:117:25: error: expected ‘;’ at end of member declaration
virtual ~TreeSortable() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:117:27: error: ‘noexcept’ does not name a type
virtual ~TreeSortable() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treesortable.h:117:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/liststore.h:32:0,
from /usr/include/gtkmm-3.0/gtkmm.h:202,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:71:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeDragDest(const TreeDragDest&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:72:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeDragDest& operator=(const TreeDragDest&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:105:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeDragDest(TreeDragDest&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:105:34: error: invalid constructor; you probably meant ‘Gtk::TreeDragDest (const Gtk::TreeDragDest&)’
TreeDragDest(TreeDragDest&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:105:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:105:36: error: ‘noexcept’ does not name a type
TreeDragDest(TreeDragDest&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:105:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:106:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeDragDest& operator=(TreeDragDest&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:106:45: error: expected ‘;’ at end of member declaration
TreeDragDest& operator=(TreeDragDest&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:106:47: error: ‘noexcept’ does not name a type
TreeDragDest& operator=(TreeDragDest&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:106:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:108:25: error: expected ‘;’ at end of member declaration
virtual ~TreeDragDest() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:108:27: error: ‘noexcept’ does not name a type
virtual ~TreeDragDest() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragdest.h:108:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/liststore.h:33:0,
from /usr/include/gtkmm-3.0/gtkmm.h:202,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:71:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeDragSource(const TreeDragSource&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:72:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeDragSource& operator=(const TreeDragSource&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:105:32: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeDragSource(TreeDragSource&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:105:38: error: invalid constructor; you probably meant ‘Gtk::TreeDragSource (const Gtk::TreeDragSource&)’
TreeDragSource(TreeDragSource&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:105:38: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:105:40: error: ‘noexcept’ does not name a type
TreeDragSource(TreeDragSource&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:105:40: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:106:43: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeDragSource& operator=(TreeDragSource&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:106:49: error: expected ‘;’ at end of member declaration
TreeDragSource& operator=(TreeDragSource&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:106:51: error: ‘noexcept’ does not name a type
TreeDragSource& operator=(TreeDragSource&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:106:51: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:108:27: error: expected ‘;’ at end of member declaration
virtual ~TreeDragSource() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:108:29: error: ‘noexcept’ does not name a type
virtual ~TreeDragSource() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treedragsource.h:108:29: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:202:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/liststore.h:78:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ListStore(const ListStore&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:79:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ListStore& operator=(const ListStore&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:92:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
ListStore(ListStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:92:28: error: invalid constructor; you probably meant ‘Gtk::ListStore (const Gtk::ListStore&)’
ListStore(ListStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:92:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/liststore.h:92:30: error: ‘noexcept’ does not name a type
ListStore(ListStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:92:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/liststore.h:93:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
ListStore& operator=(ListStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:93:39: error: expected ‘;’ at end of member declaration
ListStore& operator=(ListStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:93:41: error: ‘noexcept’ does not name a type
ListStore& operator=(ListStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:93:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/liststore.h:95:22: error: expected ‘;’ at end of member declaration
virtual ~ListStore() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:95:24: error: ‘noexcept’ does not name a type
virtual ~ListStore() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/liststore.h:95:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:202:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/liststore.h:232:84: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
e_impl(const iterator& row, int column, const Glib::ValueBase& value) override;
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:203:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/listviewtext.h:46:25: error: expected ‘;’ at end of member declaration
virtual ~ListViewText() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listviewtext.h:46:27: error: ‘noexcept’ does not name a type
virtual ~ListViewText() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listviewtext.h:46:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/listviewtext.h:119:23: error: expected ‘;’ at end of member declaration
~TextModelColumns() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listviewtext.h:119:25: error: ‘noexcept’ does not name a type
~TextModelColumns() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/listviewtext.h:119:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:204:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:74:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
LinkButton(LinkButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:74:30: error: invalid constructor; you probably meant ‘Gtk::LinkButton (const Gtk::LinkButton&)’
LinkButton(LinkButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:74:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:74:32: error: ‘noexcept’ does not name a type
LinkButton(LinkButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:74:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:75:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
LinkButton& operator=(LinkButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:75:41: error: expected ‘;’ at end of member declaration
LinkButton& operator=(LinkButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:75:43: error: ‘noexcept’ does not name a type
LinkButton& operator=(LinkButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:75:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:78:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
LinkButton(const LinkButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:79:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
LinkButton& operator=(const LinkButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:81:23: error: expected ‘;’ at end of member declaration
virtual ~LinkButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:81:25: error: ‘noexcept’ does not name a type
virtual ~LinkButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/linkbutton.h:81:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:207:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/menubar.h:118:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
MenuBar(MenuBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:118:24: error: invalid constructor; you probably meant ‘Gtk::MenuBar (const Gtk::MenuBar&)’
MenuBar(MenuBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:118:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/menubar.h:118:26: error: ‘noexcept’ does not name a type
MenuBar(MenuBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:118:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/menubar.h:119:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
MenuBar& operator=(MenuBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:119:35: error: expected ‘;’ at end of member declaration
MenuBar& operator=(MenuBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:119:37: error: ‘noexcept’ does not name a type
MenuBar& operator=(MenuBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:119:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/menubar.h:122:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
MenuBar(const MenuBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:123:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
MenuBar& operator=(const MenuBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:125:20: error: expected ‘;’ at end of member declaration
virtual ~MenuBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:125:22: error: ‘noexcept’ does not name a type
virtual ~MenuBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubar.h:125:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/menubutton.h:29:0,
from /usr/include/gtkmm-3.0/gtkmm.h:208,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/popover.h:80:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
Popover(Popover&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:80:24: error: invalid constructor; you probably meant ‘Gtk::Popover (const Gtk::Popover&)’
Popover(Popover&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:80:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/popover.h:80:26: error: ‘noexcept’ does not name a type
Popover(Popover&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:80:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/popover.h:81:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
Popover& operator=(Popover&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:81:35: error: expected ‘;’ at end of member declaration
Popover& operator=(Popover&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:81:37: error: ‘noexcept’ does not name a type
Popover& operator=(Popover&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:81:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/popover.h:84:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Popover(const Popover&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:85:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Popover& operator=(const Popover&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:87:20: error: expected ‘;’ at end of member declaration
virtual ~Popover() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:87:22: error: ‘noexcept’ does not name a type
virtual ~Popover() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popover.h:87:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:208:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:69:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
MenuButton(MenuButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:69:30: error: invalid constructor; you probably meant ‘Gtk::MenuButton (const Gtk::MenuButton&)’
MenuButton(MenuButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:69:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:69:32: error: ‘noexcept’ does not name a type
MenuButton(MenuButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:69:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:70:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
MenuButton& operator=(MenuButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:70:41: error: expected ‘;’ at end of member declaration
MenuButton& operator=(MenuButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:70:43: error: ‘noexcept’ does not name a type
MenuButton& operator=(MenuButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:70:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:73:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
MenuButton(const MenuButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:74:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
MenuButton& operator=(const MenuButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:76:23: error: expected ‘;’ at end of member declaration
virtual ~MenuButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:76:25: error: ‘noexcept’ does not name a type
virtual ~MenuButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menubutton.h:76:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:211:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:136:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
MessageDialog(MessageDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:136:36: error: invalid constructor; you probably meant ‘Gtk::MessageDialog (const Gtk::MessageDialog&)’
MessageDialog(MessageDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:136:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:136:38: error: ‘noexcept’ does not name a type
MessageDialog(MessageDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:136:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:137:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
MessageDialog& operator=(MessageDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:137:47: error: expected ‘;’ at end of member declaration
MessageDialog& operator=(MessageDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:137:49: error: ‘noexcept’ does not name a type
MessageDialog& operator=(MessageDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:137:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:140:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
MessageDialog(const MessageDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:141:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
MessageDialog& operator=(const MessageDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:143:26: error: expected ‘;’ at end of member declaration
virtual ~MessageDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:143:28: error: ‘noexcept’ does not name a type
virtual ~MessageDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/messagedialog.h:143:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:213:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:133:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
ModelButton(ModelButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:133:32: error: invalid constructor; you probably meant ‘Gtk::ModelButton (const Gtk::ModelButton&)’
ModelButton(ModelButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:133:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:133:34: error: ‘noexcept’ does not name a type
ModelButton(ModelButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:133:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:134:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
ModelButton& operator=(ModelButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:134:43: error: expected ‘;’ at end of member declaration
ModelButton& operator=(ModelButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:134:45: error: ‘noexcept’ does not name a type
ModelButton& operator=(ModelButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:134:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:137:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ModelButton(const ModelButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:138:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ModelButton& operator=(const ModelButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:140:24: error: expected ‘;’ at end of member declaration
virtual ~ModelButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:140:26: error: ‘noexcept’ does not name a type
virtual ~ModelButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/modelbutton.h:140:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:214:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/notebook.h:106:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
Notebook(Notebook&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:106:26: error: invalid constructor; you probably meant ‘Gtk::Notebook (const Gtk::Notebook&)’
Notebook(Notebook&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:106:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/notebook.h:106:28: error: ‘noexcept’ does not name a type
Notebook(Notebook&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:106:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/notebook.h:107:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
Notebook& operator=(Notebook&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:107:37: error: expected ‘;’ at end of member declaration
Notebook& operator=(Notebook&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:107:39: error: ‘noexcept’ does not name a type
Notebook& operator=(Notebook&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:107:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/notebook.h:110:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Notebook(const Notebook&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:111:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Notebook& operator=(const Notebook&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:113:21: error: expected ‘;’ at end of member declaration
virtual ~Notebook() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:113:23: error: ‘noexcept’ does not name a type
virtual ~Notebook() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/notebook.h:113:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:215:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:75:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
NumerableIcon(const NumerableIcon&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:76:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
NumerableIcon& operator=(const NumerableIcon&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:89:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
NumerableIcon(NumerableIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:89:36: error: invalid constructor; you probably meant ‘Gtk::NumerableIcon (const Gtk::NumerableIcon&)’
NumerableIcon(NumerableIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:89:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:89:38: error: ‘noexcept’ does not name a type
NumerableIcon(NumerableIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:89:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:90:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
NumerableIcon& operator=(NumerableIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:90:47: error: expected ‘;’ at end of member declaration
NumerableIcon& operator=(NumerableIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:90:49: error: ‘noexcept’ does not name a type
NumerableIcon& operator=(NumerableIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:90:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:92:26: error: expected ‘;’ at end of member declaration
virtual ~NumerableIcon() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:92:28: error: ‘noexcept’ does not name a type
virtual ~NumerableIcon() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/numerableicon.h:92:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:217:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:84:34: error: expected ‘,’ or ‘...’ before ‘&&’ token
OffscreenWindow(OffscreenWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:84:40: error: invalid constructor; you probably meant ‘Gtk::OffscreenWindow (const Gtk::OffscreenWindow&)’
OffscreenWindow(OffscreenWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:84:40: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:84:42: error: ‘noexcept’ does not name a type
OffscreenWindow(OffscreenWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:84:42: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:85:45: error: expected ‘,’ or ‘...’ before ‘&&’ token
OffscreenWindow& operator=(OffscreenWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:85:51: error: expected ‘;’ at end of member declaration
OffscreenWindow& operator=(OffscreenWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:85:53: error: ‘noexcept’ does not name a type
OffscreenWindow& operator=(OffscreenWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:85:53: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:88:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
OffscreenWindow(const OffscreenWindow&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:89:56: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
OffscreenWindow& operator=(const OffscreenWindow&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:91:28: error: expected ‘;’ at end of member declaration
virtual ~OffscreenWindow() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:91:30: error: ‘noexcept’ does not name a type
virtual ~OffscreenWindow() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/offscreenwindow.h:91:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:218:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/overlay.h:80:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
Overlay(Overlay&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:80:24: error: invalid constructor; you probably meant ‘Gtk::Overlay (const Gtk::Overlay&)’
Overlay(Overlay&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:80:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/overlay.h:80:26: error: ‘noexcept’ does not name a type
Overlay(Overlay&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:80:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/overlay.h:81:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
Overlay& operator=(Overlay&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:81:35: error: expected ‘;’ at end of member declaration
Overlay& operator=(Overlay&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:81:37: error: ‘noexcept’ does not name a type
Overlay& operator=(Overlay&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:81:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/overlay.h:84:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Overlay(const Overlay&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:85:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Overlay& operator=(const Overlay&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:87:20: error: expected ‘;’ at end of member declaration
virtual ~Overlay() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:87:22: error: ‘noexcept’ does not name a type
virtual ~Overlay() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/overlay.h:87:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/pagesetup.h:29:0,
from /usr/include/gtkmm-3.0/gtkmm.h:220,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/papersize.h:134:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
PaperSize(PaperSize&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:134:30: error: invalid constructor; you probably meant ‘Gtk::PaperSize (const Gtk::PaperSize&)’
PaperSize(PaperSize&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:134:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/papersize.h:134:32: error: ‘noexcept’ does not name a type
PaperSize(PaperSize&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:134:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/papersize.h:135:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
PaperSize& operator=(PaperSize&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:135:41: error: expected ‘;’ at end of member declaration
PaperSize& operator=(PaperSize&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:135:43: error: ‘noexcept’ does not name a type
PaperSize& operator=(PaperSize&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:135:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/papersize.h:137:14: error: expected ‘;’ at end of member declaration
~PaperSize() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:137:16: error: ‘noexcept’ does not name a type
~PaperSize() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:137:16: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/papersize.h:139:29: error: expected ‘;’ at end of member declaration
void swap(PaperSize& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:139:31: error: ‘noexcept’ does not name a type
void swap(PaperSize& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/papersize.h:139:31: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/pagesetup.h:29:0,
from /usr/include/gtkmm-3.0/gtkmm.h:220,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/papersize.h:367:50: error: expected initializer before ‘noexcept’
inline void swap(PaperSize& lhs, PaperSize& rhs) noexcept
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:220:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:74:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PageSetup(const PageSetup&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:75:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PageSetup& operator=(const PageSetup&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:88:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
PageSetup(PageSetup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:88:28: error: invalid constructor; you probably meant ‘Gtk::PageSetup (const Gtk::PageSetup&)’
PageSetup(PageSetup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:88:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:88:30: error: ‘noexcept’ does not name a type
PageSetup(PageSetup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:88:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:89:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
PageSetup& operator=(PageSetup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:89:39: error: expected ‘;’ at end of member declaration
PageSetup& operator=(PageSetup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:89:41: error: ‘noexcept’ does not name a type
PageSetup& operator=(PageSetup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:89:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:91:22: error: expected ‘;’ at end of member declaration
virtual ~PageSetup() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:91:24: error: ‘noexcept’ does not name a type
virtual ~PageSetup() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetup.h:91:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:29:0,
from /usr/include/gtkmm-3.0/gtkmm.h:222,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:326:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintSettings(const PrintSettings&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:327:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintSettings& operator=(const PrintSettings&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:340:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintSettings(PrintSettings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:340:36: error: invalid constructor; you probably meant ‘Gtk::PrintSettings (const Gtk::PrintSettings&)’
PrintSettings(PrintSettings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:340:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:340:38: error: ‘noexcept’ does not name a type
PrintSettings(PrintSettings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:340:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:341:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintSettings& operator=(PrintSettings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:341:47: error: expected ‘;’ at end of member declaration
PrintSettings& operator=(PrintSettings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:341:49: error: ‘noexcept’ does not name a type
PrintSettings& operator=(PrintSettings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:341:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:343:26: error: expected ‘;’ at end of member declaration
virtual ~PrintSettings() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:343:28: error: ‘noexcept’ does not name a type
virtual ~PrintSettings() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printsettings.h:343:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:222:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:67:42: error: expected ‘,’ or ‘...’ before ‘&&’ token
PageSetupUnixDialog(PageSetupUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:67:48: error: invalid constructor; you probably meant ‘Gtk::PageSetupUnixDialog (const Gtk::PageSetupUnixDialog&)’
PageSetupUnixDialog(PageSetupUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:67:48: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:67:50: error: ‘noexcept’ does not name a type
PageSetupUnixDialog(PageSetupUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:67:50: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:68:53: error: expected ‘,’ or ‘...’ before ‘&&’ token
PageSetupUnixDialog& operator=(PageSetupUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:68:59: error: expected ‘;’ at end of member declaration
PageSetupUnixDialog& operator=(PageSetupUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:68:61: error: ‘noexcept’ does not name a type
PageSetupUnixDialog& operator=(PageSetupUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:68:61: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:71:53: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PageSetupUnixDialog(const PageSetupUnixDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:72:64: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PageSetupUnixDialog& operator=(const PageSetupUnixDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:74:32: error: expected ‘;’ at end of member declaration
virtual ~PageSetupUnixDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:74:34: error: ‘noexcept’ does not name a type
virtual ~PageSetupUnixDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/pagesetupunixdialog.h:74:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/placessidebar.h:30:0,
from /usr/include/gtkmm-3.0/gtkmm.h:225,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:78:32: error: expected ‘,’ or ‘...’ before ‘&&’ token
ScrolledWindow(ScrolledWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:78:38: error: invalid constructor; you probably meant ‘Gtk::ScrolledWindow (const Gtk::ScrolledWindow&)’
ScrolledWindow(ScrolledWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:78:38: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:78:40: error: ‘noexcept’ does not name a type
ScrolledWindow(ScrolledWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:78:40: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:79:43: error: expected ‘,’ or ‘...’ before ‘&&’ token
ScrolledWindow& operator=(ScrolledWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:79:49: error: expected ‘;’ at end of member declaration
ScrolledWindow& operator=(ScrolledWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:79:51: error: ‘noexcept’ does not name a type
ScrolledWindow& operator=(ScrolledWindow&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:79:51: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:82:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ScrolledWindow(const ScrolledWindow&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:83:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ScrolledWindow& operator=(const ScrolledWindow&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:85:27: error: expected ‘;’ at end of member declaration
virtual ~ScrolledWindow() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:85:29: error: ‘noexcept’ does not name a type
virtual ~ScrolledWindow() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:85:29: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/scrolledwindow.h:259:31: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
void add(Gtk::Widget& widget) override;
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:225:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:91:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
PlacesSidebar(PlacesSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:91:36: error: invalid constructor; you probably meant ‘Gtk::PlacesSidebar (const Gtk::PlacesSidebar&)’
PlacesSidebar(PlacesSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:91:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:91:38: error: ‘noexcept’ does not name a type
PlacesSidebar(PlacesSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:91:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:92:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
PlacesSidebar& operator=(PlacesSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:92:47: error: expected ‘;’ at end of member declaration
PlacesSidebar& operator=(PlacesSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:92:49: error: ‘noexcept’ does not name a type
PlacesSidebar& operator=(PlacesSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:92:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:95:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PlacesSidebar(const PlacesSidebar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:96:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PlacesSidebar& operator=(const PlacesSidebar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:98:26: error: expected ‘;’ at end of member declaration
virtual ~PlacesSidebar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:98:28: error: ‘noexcept’ does not name a type
virtual ~PlacesSidebar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/placessidebar.h:98:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:227:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:80:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
PopoverMenu(PopoverMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:80:32: error: invalid constructor; you probably meant ‘Gtk::PopoverMenu (const Gtk::PopoverMenu&)’
PopoverMenu(PopoverMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:80:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:80:34: error: ‘noexcept’ does not name a type
PopoverMenu(PopoverMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:80:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:81:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
PopoverMenu& operator=(PopoverMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:81:43: error: expected ‘;’ at end of member declaration
PopoverMenu& operator=(PopoverMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:81:45: error: ‘noexcept’ does not name a type
PopoverMenu& operator=(PopoverMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:81:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:84:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PopoverMenu(const PopoverMenu&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:85:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PopoverMenu& operator=(const PopoverMenu&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:87:24: error: expected ‘;’ at end of member declaration
virtual ~PopoverMenu() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:87:26: error: ‘noexcept’ does not name a type
virtual ~PopoverMenu() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/popovermenu.h:87:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:228:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:78:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintContext(const PrintContext&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:79:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintContext& operator=(const PrintContext&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:92:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintContext(PrintContext&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:92:34: error: invalid constructor; you probably meant ‘Gtk::PrintContext (const Gtk::PrintContext&)’
PrintContext(PrintContext&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:92:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:92:36: error: ‘noexcept’ does not name a type
PrintContext(PrintContext&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:92:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:93:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintContext& operator=(PrintContext&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:93:45: error: expected ‘;’ at end of member declaration
PrintContext& operator=(PrintContext&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:93:47: error: ‘noexcept’ does not name a type
PrintContext& operator=(PrintContext&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:93:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:95:25: error: expected ‘;’ at end of member declaration
virtual ~PrintContext() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:95:27: error: ‘noexcept’ does not name a type
virtual ~PrintContext() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printcontext.h:95:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:230:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/printer.h:188:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Printer(const Printer&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:189:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Printer& operator=(const Printer&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:202:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
Printer(Printer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:202:24: error: invalid constructor; you probably meant ‘Gtk::Printer (const Gtk::Printer&)’
Printer(Printer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:202:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/printer.h:202:26: error: ‘noexcept’ does not name a type
Printer(Printer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:202:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printer.h:203:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
Printer& operator=(Printer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:203:35: error: expected ‘;’ at end of member declaration
Printer& operator=(Printer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:203:37: error: ‘noexcept’ does not name a type
Printer& operator=(Printer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:203:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printer.h:205:20: error: expected ‘;’ at end of member declaration
virtual ~Printer() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:205:22: error: ‘noexcept’ does not name a type
virtual ~Printer() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printer.h:205:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/printoperation.h:31:0,
from /usr/include/gtkmm-3.0/gtkmm/printjob.h:30,
from /usr/include/gtkmm-3.0/gtkmm.h:231,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:74:57: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintOperationPreview(const PrintOperationPreview&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:75:68: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintOperationPreview& operator=(const PrintOperationPreview&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:108:46: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintOperationPreview(PrintOperationPreview&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:108:52: error: invalid constructor; you probably meant ‘Gtk::PrintOperationPreview (const Gtk::PrintOperationPreview&)’
PrintOperationPreview(PrintOperationPreview&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:108:52: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:108:54: error: ‘noexcept’ does not name a type
PrintOperationPreview(PrintOperationPreview&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:108:54: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:109:57: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintOperationPreview& operator=(PrintOperationPreview&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:109:63: error: expected ‘;’ at end of member declaration
PrintOperationPreview& operator=(PrintOperationPreview&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:109:65: error: ‘noexcept’ does not name a type
PrintOperationPreview& operator=(PrintOperationPreview&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:109:65: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:111:34: error: expected ‘;’ at end of member declaration
virtual ~PrintOperationPreview() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:111:36: error: ‘noexcept’ does not name a type
virtual ~PrintOperationPreview() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperationpreview.h:111:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/printjob.h:30:0,
from /usr/include/gtkmm-3.0/gtkmm.h:231,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:328:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintOperation(const PrintOperation&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:329:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintOperation& operator=(const PrintOperation&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:342:32: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintOperation(PrintOperation&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:342:38: error: invalid constructor; you probably meant ‘Gtk::PrintOperation (const Gtk::PrintOperation&)’
PrintOperation(PrintOperation&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:342:38: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:342:40: error: ‘noexcept’ does not name a type
PrintOperation(PrintOperation&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:342:40: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:343:43: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintOperation& operator=(PrintOperation&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:343:49: error: expected ‘;’ at end of member declaration
PrintOperation& operator=(PrintOperation&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:343:51: error: ‘noexcept’ does not name a type
PrintOperation& operator=(PrintOperation&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:343:51: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:345:27: error: expected ‘;’ at end of member declaration
virtual ~PrintOperation() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:345:29: error: ‘noexcept’ does not name a type
virtual ~PrintOperation() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printoperation.h:345:29: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:231:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/printjob.h:73:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintJob(const PrintJob&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:74:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintJob& operator=(const PrintJob&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:87:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintJob(PrintJob&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:87:26: error: invalid constructor; you probably meant ‘Gtk::PrintJob (const Gtk::PrintJob&)’
PrintJob(PrintJob&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:87:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/printjob.h:87:28: error: ‘noexcept’ does not name a type
PrintJob(PrintJob&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:87:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printjob.h:88:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintJob& operator=(PrintJob&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:88:37: error: expected ‘;’ at end of member declaration
PrintJob& operator=(PrintJob&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:88:39: error: ‘noexcept’ does not name a type
PrintJob& operator=(PrintJob&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:88:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printjob.h:90:21: error: expected ‘;’ at end of member declaration
virtual ~PrintJob() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:90:23: error: ‘noexcept’ does not name a type
virtual ~PrintJob() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printjob.h:90:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:237:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:78:34: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintUnixDialog(PrintUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:78:40: error: invalid constructor; you probably meant ‘Gtk::PrintUnixDialog (const Gtk::PrintUnixDialog&)’
PrintUnixDialog(PrintUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:78:40: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:78:42: error: ‘noexcept’ does not name a type
PrintUnixDialog(PrintUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:78:42: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:79:45: error: expected ‘,’ or ‘...’ before ‘&&’ token
PrintUnixDialog& operator=(PrintUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:79:51: error: expected ‘;’ at end of member declaration
PrintUnixDialog& operator=(PrintUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:79:53: error: ‘noexcept’ does not name a type
PrintUnixDialog& operator=(PrintUnixDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:79:53: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:82:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintUnixDialog(const PrintUnixDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:83:56: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
PrintUnixDialog& operator=(const PrintUnixDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:85:28: error: expected ‘;’ at end of member declaration
virtual ~PrintUnixDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:85:30: error: ‘noexcept’ does not name a type
virtual ~PrintUnixDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/printunixdialog.h:85:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:239:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:90:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
ProgressBar(ProgressBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:90:32: error: invalid constructor; you probably meant ‘Gtk::ProgressBar (const Gtk::ProgressBar&)’
ProgressBar(ProgressBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:90:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:90:34: error: ‘noexcept’ does not name a type
ProgressBar(ProgressBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:90:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:91:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
ProgressBar& operator=(ProgressBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:91:43: error: expected ‘;’ at end of member declaration
ProgressBar& operator=(ProgressBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:91:45: error: ‘noexcept’ does not name a type
ProgressBar& operator=(ProgressBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:91:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:94:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ProgressBar(const ProgressBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:95:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ProgressBar& operator=(const ProgressBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:97:24: error: expected ‘;’ at end of member declaration
virtual ~ProgressBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:97:26: error: ‘noexcept’ does not name a type
virtual ~ProgressBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/progressbar.h:97:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:240:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:67:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
RadioButton(RadioButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:67:32: error: invalid constructor; you probably meant ‘Gtk::RadioButton (const Gtk::RadioButton&)’
RadioButton(RadioButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:67:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:67:34: error: ‘noexcept’ does not name a type
RadioButton(RadioButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:67:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:68:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
RadioButton& operator=(RadioButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:68:43: error: expected ‘;’ at end of member declaration
RadioButton& operator=(RadioButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:68:45: error: ‘noexcept’ does not name a type
RadioButton& operator=(RadioButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:68:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:71:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RadioButton(const RadioButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:72:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RadioButton& operator=(const RadioButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:74:24: error: expected ‘;’ at end of member declaration
virtual ~RadioButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:74:26: error: ‘noexcept’ does not name a type
virtual ~RadioButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiobutton.h:74:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:241:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:64:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
RadioMenuItem(RadioMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:64:36: error: invalid constructor; you probably meant ‘Gtk::RadioMenuItem (const Gtk::RadioMenuItem&)’
RadioMenuItem(RadioMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:64:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:64:38: error: ‘noexcept’ does not name a type
RadioMenuItem(RadioMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:64:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:65:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
RadioMenuItem& operator=(RadioMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:65:47: error: expected ‘;’ at end of member declaration
RadioMenuItem& operator=(RadioMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:65:49: error: ‘noexcept’ does not name a type
RadioMenuItem& operator=(RadioMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:65:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:68:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RadioMenuItem(const RadioMenuItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:69:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RadioMenuItem& operator=(const RadioMenuItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:71:26: error: expected ‘;’ at end of member declaration
virtual ~RadioMenuItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:71:28: error: ‘noexcept’ does not name a type
virtual ~RadioMenuItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiomenuitem.h:71:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/toolitem.h:36:0,
from /usr/include/gtkmm-3.0/gtkmm/toolbutton.h:28,
from /usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:28,
from /usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:28,
from /usr/include/gtkmm-3.0/gtkmm.h:242,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:133:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SizeGroup(const SizeGroup&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:134:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SizeGroup& operator=(const SizeGroup&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:147:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
SizeGroup(SizeGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:147:28: error: invalid constructor; you probably meant ‘Gtk::SizeGroup (const Gtk::SizeGroup&)’
SizeGroup(SizeGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:147:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:147:30: error: ‘noexcept’ does not name a type
SizeGroup(SizeGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:147:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:148:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
SizeGroup& operator=(SizeGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:148:39: error: expected ‘;’ at end of member declaration
SizeGroup& operator=(SizeGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:148:41: error: ‘noexcept’ does not name a type
SizeGroup& operator=(SizeGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:148:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:150:22: error: expected ‘;’ at end of member declaration
virtual ~SizeGroup() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:150:24: error: ‘noexcept’ does not name a type
virtual ~SizeGroup() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/sizegroup.h:150:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/toolbutton.h:28:0,
from /usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:28,
from /usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:28,
from /usr/include/gtkmm-3.0/gtkmm.h:242,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:79:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolItem(ToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:79:26: error: invalid constructor; you probably meant ‘Gtk::ToolItem (const Gtk::ToolItem&)’
ToolItem(ToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:79:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:79:28: error: ‘noexcept’ does not name a type
ToolItem(ToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:79:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:80:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolItem& operator=(ToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:80:37: error: expected ‘;’ at end of member declaration
ToolItem& operator=(ToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:80:39: error: ‘noexcept’ does not name a type
ToolItem& operator=(ToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:80:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:83:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolItem(const ToolItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:84:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolItem& operator=(const ToolItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:86:21: error: expected ‘;’ at end of member declaration
virtual ~ToolItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:86:23: error: ‘noexcept’ does not name a type
virtual ~ToolItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitem.h:86:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:28:0,
from /usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:28,
from /usr/include/gtkmm-3.0/gtkmm.h:242,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:63:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolButton(ToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:63:30: error: invalid constructor; you probably meant ‘Gtk::ToolButton (const Gtk::ToolButton&)’
ToolButton(ToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:63:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:63:32: error: ‘noexcept’ does not name a type
ToolButton(ToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:63:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:64:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolButton& operator=(ToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:64:41: error: expected ‘;’ at end of member declaration
ToolButton& operator=(ToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:64:43: error: ‘noexcept’ does not name a type
ToolButton& operator=(ToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:64:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:67:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolButton(const ToolButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:68:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolButton& operator=(const ToolButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:70:23: error: expected ‘;’ at end of member declaration
virtual ~ToolButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:70:25: error: ‘noexcept’ does not name a type
virtual ~ToolButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbutton.h:70:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:28:0,
from /usr/include/gtkmm-3.0/gtkmm.h:242,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:65:36: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToggleToolButton(ToggleToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:65:42: error: invalid constructor; you probably meant ‘Gtk::ToggleToolButton (const Gtk::ToggleToolButton&)’
ToggleToolButton(ToggleToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:65:42: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:65:44: error: ‘noexcept’ does not name a type
ToggleToolButton(ToggleToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:65:44: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:66:47: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToggleToolButton& operator=(ToggleToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:66:53: error: expected ‘;’ at end of member declaration
ToggleToolButton& operator=(ToggleToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:66:55: error: ‘noexcept’ does not name a type
ToggleToolButton& operator=(ToggleToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:66:55: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:69:47: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToggleToolButton(const ToggleToolButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:70:58: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToggleToolButton& operator=(const ToggleToolButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:72:29: error: expected ‘;’ at end of member declaration
virtual ~ToggleToolButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:72:31: error: ‘noexcept’ does not name a type
virtual ~ToggleToolButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toggletoolbutton.h:72:31: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:242:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:65:34: error: expected ‘,’ or ‘...’ before ‘&&’ token
RadioToolButton(RadioToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:65:40: error: invalid constructor; you probably meant ‘Gtk::RadioToolButton (const Gtk::RadioToolButton&)’
RadioToolButton(RadioToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:65:40: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:65:42: error: ‘noexcept’ does not name a type
RadioToolButton(RadioToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:65:42: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:66:45: error: expected ‘,’ or ‘...’ before ‘&&’ token
RadioToolButton& operator=(RadioToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:66:51: error: expected ‘;’ at end of member declaration
RadioToolButton& operator=(RadioToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:66:53: error: ‘noexcept’ does not name a type
RadioToolButton& operator=(RadioToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:66:53: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:69:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RadioToolButton(const RadioToolButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:70:56: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RadioToolButton& operator=(const RadioToolButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:72:28: error: expected ‘;’ at end of member declaration
virtual ~RadioToolButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:72:30: error: ‘noexcept’ does not name a type
virtual ~RadioToolButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/radiotoolbutton.h:72:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/recentchooser.h:30:0,
from /usr/include/gtkmm-3.0/gtkmm/recentaction.h:28,
from /usr/include/gtkmm-3.0/gtkmm.h:244,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/recentinfo.h:53:7: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
class RecentInfo final
^
In file included from /usr/include/gtkmm-3.0/gtkmm/recentchooser.h:30:0,
from /usr/include/gtkmm-3.0/gtkmm/recentaction.h:28,
from /usr/include/gtkmm-3.0/gtkmm.h:244,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/recentinfo.h:81:18: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentInfo() = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentinfo.h:84:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentInfo(const RecentInfo&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentinfo.h:85:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentInfo& operator=(const RecentInfo&) = delete;
^
In file included from /usr/include/gtkmm-3.0/gtkmm/recentchooser.h:31:0,
from /usr/include/gtkmm-3.0/gtkmm/recentaction.h:28,
from /usr/include/gtkmm-3.0/gtkmm.h:244,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:176:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentFilter(const RecentFilter&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:177:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentFilter& operator=(const RecentFilter&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:190:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentFilter(RecentFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:190:34: error: invalid constructor; you probably meant ‘Gtk::RecentFilter (const Gtk::RecentFilter&)’
RecentFilter(RecentFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:190:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:190:36: error: ‘noexcept’ does not name a type
RecentFilter(RecentFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:190:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:191:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentFilter& operator=(RecentFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:191:45: error: expected ‘;’ at end of member declaration
RecentFilter& operator=(RecentFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:191:47: error: ‘noexcept’ does not name a type
RecentFilter& operator=(RecentFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:191:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:193:25: error: expected ‘;’ at end of member declaration
virtual ~RecentFilter() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:193:27: error: ‘noexcept’ does not name a type
virtual ~RecentFilter() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentfilter.h:193:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/recentchooser.h:32:0,
from /usr/include/gtkmm-3.0/gtkmm/recentaction.h:28,
from /usr/include/gtkmm-3.0/gtkmm.h:244,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:175:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentManager(const RecentManager&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:176:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentManager& operator=(const RecentManager&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:189:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentManager(RecentManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:189:36: error: invalid constructor; you probably meant ‘Gtk::RecentManager (const Gtk::RecentManager&)’
RecentManager(RecentManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:189:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:189:38: error: ‘noexcept’ does not name a type
RecentManager(RecentManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:189:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:190:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentManager& operator=(RecentManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:190:47: error: expected ‘;’ at end of member declaration
RecentManager& operator=(RecentManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:190:49: error: ‘noexcept’ does not name a type
RecentManager& operator=(RecentManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:190:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:192:26: error: expected ‘;’ at end of member declaration
virtual ~RecentManager() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:192:28: error: ‘noexcept’ does not name a type
virtual ~RecentManager() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentmanager.h:192:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/recentaction.h:28:0,
from /usr/include/gtkmm-3.0/gtkmm.h:244,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:195:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentChooser(const RecentChooser&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:196:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentChooser& operator=(const RecentChooser&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:229:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentChooser(RecentChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:229:36: error: invalid constructor; you probably meant ‘Gtk::RecentChooser (const Gtk::RecentChooser&)’
RecentChooser(RecentChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:229:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:229:38: error: ‘noexcept’ does not name a type
RecentChooser(RecentChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:229:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:230:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentChooser& operator=(RecentChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:230:47: error: expected ‘;’ at end of member declaration
RecentChooser& operator=(RecentChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:230:49: error: ‘noexcept’ does not name a type
RecentChooser& operator=(RecentChooser&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:230:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:232:26: error: expected ‘;’ at end of member declaration
virtual ~RecentChooser() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:232:28: error: ‘noexcept’ does not name a type
virtual ~RecentChooser() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooser.h:232:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:244:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:83:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentAction(const RecentAction&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:84:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentAction& operator=(const RecentAction&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:97:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentAction(RecentAction&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:97:34: error: invalid constructor; you probably meant ‘Gtk::RecentAction (const Gtk::RecentAction&)’
RecentAction(RecentAction&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:97:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:97:36: error: ‘noexcept’ does not name a type
RecentAction(RecentAction&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:97:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:98:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentAction& operator=(RecentAction&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:98:45: error: expected ‘;’ at end of member declaration
RecentAction& operator=(RecentAction&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:98:47: error: ‘noexcept’ does not name a type
RecentAction& operator=(RecentAction&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:98:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:100:25: error: expected ‘;’ at end of member declaration
virtual ~RecentAction() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:100:27: error: ‘noexcept’ does not name a type
virtual ~RecentAction() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentaction.h:100:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:246:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:75:42: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentChooserDialog(RecentChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:75:48: error: invalid constructor; you probably meant ‘Gtk::RecentChooserDialog (const Gtk::RecentChooserDialog&)’
RecentChooserDialog(RecentChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:75:48: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:75:50: error: ‘noexcept’ does not name a type
RecentChooserDialog(RecentChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:75:50: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:76:53: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentChooserDialog& operator=(RecentChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:76:59: error: expected ‘;’ at end of member declaration
RecentChooserDialog& operator=(RecentChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:76:61: error: ‘noexcept’ does not name a type
RecentChooserDialog& operator=(RecentChooserDialog&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:76:61: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:79:53: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentChooserDialog(const RecentChooserDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:80:64: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentChooserDialog& operator=(const RecentChooserDialog&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:82:32: error: expected ‘;’ at end of member declaration
virtual ~RecentChooserDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:82:34: error: ‘noexcept’ does not name a type
virtual ~RecentChooserDialog() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserdialog.h:82:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:247:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:72:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentChooserMenu(RecentChooserMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:72:44: error: invalid constructor; you probably meant ‘Gtk::RecentChooserMenu (const Gtk::RecentChooserMenu&)’
RecentChooserMenu(RecentChooserMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:72:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:72:46: error: ‘noexcept’ does not name a type
RecentChooserMenu(RecentChooserMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:72:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:73:49: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentChooserMenu& operator=(RecentChooserMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:73:55: error: expected ‘;’ at end of member declaration
RecentChooserMenu& operator=(RecentChooserMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:73:57: error: ‘noexcept’ does not name a type
RecentChooserMenu& operator=(RecentChooserMenu&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:73:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:76:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentChooserMenu(const RecentChooserMenu&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:77:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentChooserMenu& operator=(const RecentChooserMenu&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:79:30: error: expected ‘;’ at end of member declaration
virtual ~RecentChooserMenu() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:79:32: error: ‘noexcept’ does not name a type
virtual ~RecentChooserMenu() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchoosermenu.h:79:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:248:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:70:42: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentChooserWidget(RecentChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:70:48: error: invalid constructor; you probably meant ‘Gtk::RecentChooserWidget (const Gtk::RecentChooserWidget&)’
RecentChooserWidget(RecentChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:70:48: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:70:50: error: ‘noexcept’ does not name a type
RecentChooserWidget(RecentChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:70:50: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:71:53: error: expected ‘,’ or ‘...’ before ‘&&’ token
RecentChooserWidget& operator=(RecentChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:71:59: error: expected ‘;’ at end of member declaration
RecentChooserWidget& operator=(RecentChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:71:61: error: ‘noexcept’ does not name a type
RecentChooserWidget& operator=(RecentChooserWidget&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:71:61: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:74:53: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentChooserWidget(const RecentChooserWidget&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:75:64: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
RecentChooserWidget& operator=(const RecentChooserWidget&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:77:32: error: expected ‘;’ at end of member declaration
virtual ~RecentChooserWidget() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:77:34: error: ‘noexcept’ does not name a type
virtual ~RecentChooserWidget() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/recentchooserwidget.h:77:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:252:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/revealer.h:68:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
Revealer(Revealer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:68:26: error: invalid constructor; you probably meant ‘Gtk::Revealer (const Gtk::Revealer&)’
Revealer(Revealer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:68:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/revealer.h:68:28: error: ‘noexcept’ does not name a type
Revealer(Revealer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:68:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/revealer.h:69:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
Revealer& operator=(Revealer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:69:37: error: expected ‘;’ at end of member declaration
Revealer& operator=(Revealer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:69:39: error: ‘noexcept’ does not name a type
Revealer& operator=(Revealer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:69:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/revealer.h:72:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Revealer(const Revealer&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:73:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Revealer& operator=(const Revealer&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:75:21: error: expected ‘;’ at end of member declaration
virtual ~Revealer() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:75:23: error: ‘noexcept’ does not name a type
virtual ~Revealer() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/revealer.h:75:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:254:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:75:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
ScaleButton(ScaleButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:75:32: error: invalid constructor; you probably meant ‘Gtk::ScaleButton (const Gtk::ScaleButton&)’
ScaleButton(ScaleButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:75:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:75:34: error: ‘noexcept’ does not name a type
ScaleButton(ScaleButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:75:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:76:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
ScaleButton& operator=(ScaleButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:76:43: error: expected ‘;’ at end of member declaration
ScaleButton& operator=(ScaleButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:76:45: error: ‘noexcept’ does not name a type
ScaleButton& operator=(ScaleButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:76:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:79:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ScaleButton(const ScaleButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:80:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ScaleButton& operator=(const ScaleButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:82:24: error: expected ‘;’ at end of member declaration
virtual ~ScaleButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:82:26: error: ‘noexcept’ does not name a type
virtual ~ScaleButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/scalebutton.h:82:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:257:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:77:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
SearchBar(SearchBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:77:28: error: invalid constructor; you probably meant ‘Gtk::SearchBar (const Gtk::SearchBar&)’
SearchBar(SearchBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:77:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:77:30: error: ‘noexcept’ does not name a type
SearchBar(SearchBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:77:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:78:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
SearchBar& operator=(SearchBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:78:39: error: expected ‘;’ at end of member declaration
SearchBar& operator=(SearchBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:78:41: error: ‘noexcept’ does not name a type
SearchBar& operator=(SearchBar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:78:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:81:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SearchBar(const SearchBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:82:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SearchBar& operator=(const SearchBar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:84:22: error: expected ‘;’ at end of member declaration
virtual ~SearchBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:84:24: error: ‘noexcept’ does not name a type
virtual ~SearchBar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchbar.h:84:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:258:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:85:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
SearchEntry(SearchEntry&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:85:32: error: invalid constructor; you probably meant ‘Gtk::SearchEntry (const Gtk::SearchEntry&)’
SearchEntry(SearchEntry&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:85:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:85:34: error: ‘noexcept’ does not name a type
SearchEntry(SearchEntry&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:85:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:86:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
SearchEntry& operator=(SearchEntry&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:86:43: error: expected ‘;’ at end of member declaration
SearchEntry& operator=(SearchEntry&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:86:45: error: ‘noexcept’ does not name a type
SearchEntry& operator=(SearchEntry&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:86:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:89:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SearchEntry(const SearchEntry&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:90:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SearchEntry& operator=(const SearchEntry&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:92:24: error: expected ‘;’ at end of member declaration
virtual ~SearchEntry() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:92:26: error: ‘noexcept’ does not name a type
virtual ~SearchEntry() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/searchentry.h:92:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:260:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:62:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
SeparatorMenuItem(SeparatorMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:62:44: error: invalid constructor; you probably meant ‘Gtk::SeparatorMenuItem (const Gtk::SeparatorMenuItem&)’
SeparatorMenuItem(SeparatorMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:62:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:62:46: error: ‘noexcept’ does not name a type
SeparatorMenuItem(SeparatorMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:62:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:63:49: error: expected ‘,’ or ‘...’ before ‘&&’ token
SeparatorMenuItem& operator=(SeparatorMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:63:55: error: expected ‘;’ at end of member declaration
SeparatorMenuItem& operator=(SeparatorMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:63:57: error: ‘noexcept’ does not name a type
SeparatorMenuItem& operator=(SeparatorMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:63:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:66:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SeparatorMenuItem(const SeparatorMenuItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:67:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SeparatorMenuItem& operator=(const SeparatorMenuItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:69:30: error: expected ‘;’ at end of member declaration
virtual ~SeparatorMenuItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:69:32: error: ‘noexcept’ does not name a type
virtual ~SeparatorMenuItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatormenuitem.h:69:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:261:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:66:38: error: expected ‘,’ or ‘...’ before ‘&&’ token
SeparatorToolItem(SeparatorToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:66:44: error: invalid constructor; you probably meant ‘Gtk::SeparatorToolItem (const Gtk::SeparatorToolItem&)’
SeparatorToolItem(SeparatorToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:66:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:66:46: error: ‘noexcept’ does not name a type
SeparatorToolItem(SeparatorToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:66:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:67:49: error: expected ‘,’ or ‘...’ before ‘&&’ token
SeparatorToolItem& operator=(SeparatorToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:67:55: error: expected ‘;’ at end of member declaration
SeparatorToolItem& operator=(SeparatorToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:67:57: error: ‘noexcept’ does not name a type
SeparatorToolItem& operator=(SeparatorToolItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:67:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:70:49: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SeparatorToolItem(const SeparatorToolItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:71:60: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SeparatorToolItem& operator=(const SeparatorToolItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:73:30: error: expected ‘;’ at end of member declaration
virtual ~SeparatorToolItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:73:32: error: ‘noexcept’ does not name a type
virtual ~SeparatorToolItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/separatortoolitem.h:73:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/toolbar.h:33:0,
from /usr/include/gtkmm-3.0/gtkmm/settings.h:29,
from /usr/include/gtkmm-3.0/gtkmm.h:262,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:71:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolShell(const ToolShell&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:72:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolShell& operator=(const ToolShell&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:105:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolShell(ToolShell&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:105:28: error: invalid constructor; you probably meant ‘Gtk::ToolShell (const Gtk::ToolShell&)’
ToolShell(ToolShell&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:105:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:105:30: error: ‘noexcept’ does not name a type
ToolShell(ToolShell&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:105:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:106:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolShell& operator=(ToolShell&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:106:39: error: expected ‘;’ at end of member declaration
ToolShell& operator=(ToolShell&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:106:41: error: ‘noexcept’ does not name a type
ToolShell& operator=(ToolShell&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:106:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:108:22: error: expected ‘;’ at end of member declaration
virtual ~ToolShell() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:108:24: error: ‘noexcept’ does not name a type
virtual ~ToolShell() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolshell.h:108:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/settings.h:29:0,
from /usr/include/gtkmm-3.0/gtkmm.h:262,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:73:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
Toolbar(Toolbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:73:24: error: invalid constructor; you probably meant ‘Gtk::Toolbar (const Gtk::Toolbar&)’
Toolbar(Toolbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:73:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:73:26: error: ‘noexcept’ does not name a type
Toolbar(Toolbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:73:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:74:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
Toolbar& operator=(Toolbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:74:35: error: expected ‘;’ at end of member declaration
Toolbar& operator=(Toolbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:74:37: error: ‘noexcept’ does not name a type
Toolbar& operator=(Toolbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:74:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:77:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Toolbar(const Toolbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:78:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Toolbar& operator=(const Toolbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:80:20: error: expected ‘;’ at end of member declaration
virtual ~Toolbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:80:22: error: ‘noexcept’ does not name a type
virtual ~Toolbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolbar.h:80:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:262:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/settings.h:159:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Settings(const Settings&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:160:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Settings& operator=(const Settings&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:173:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
Settings(Settings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:173:26: error: invalid constructor; you probably meant ‘Gtk::Settings (const Gtk::Settings&)’
Settings(Settings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:173:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/settings.h:173:28: error: ‘noexcept’ does not name a type
Settings(Settings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:173:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/settings.h:174:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
Settings& operator=(Settings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:174:37: error: expected ‘;’ at end of member declaration
Settings& operator=(Settings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:174:39: error: ‘noexcept’ does not name a type
Settings& operator=(Settings&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:174:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/settings.h:176:21: error: expected ‘;’ at end of member declaration
virtual ~Settings() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:176:23: error: ‘noexcept’ does not name a type
virtual ~Settings() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/settings.h:176:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:264:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:179:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
SpinButton(SpinButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:179:30: error: invalid constructor; you probably meant ‘Gtk::SpinButton (const Gtk::SpinButton&)’
SpinButton(SpinButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:179:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:179:32: error: ‘noexcept’ does not name a type
SpinButton(SpinButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:179:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:180:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
SpinButton& operator=(SpinButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:180:41: error: expected ‘;’ at end of member declaration
SpinButton& operator=(SpinButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:180:43: error: ‘noexcept’ does not name a type
SpinButton& operator=(SpinButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:180:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:183:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SpinButton(const SpinButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:184:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
SpinButton& operator=(const SpinButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:186:23: error: expected ‘;’ at end of member declaration
virtual ~SpinButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:186:25: error: ‘noexcept’ does not name a type
virtual ~SpinButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinbutton.h:186:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:265:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/spinner.h:62:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
Spinner(Spinner&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:62:24: error: invalid constructor; you probably meant ‘Gtk::Spinner (const Gtk::Spinner&)’
Spinner(Spinner&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:62:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/spinner.h:62:26: error: ‘noexcept’ does not name a type
Spinner(Spinner&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:62:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/spinner.h:63:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
Spinner& operator=(Spinner&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:63:35: error: expected ‘;’ at end of member declaration
Spinner& operator=(Spinner&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:63:37: error: ‘noexcept’ does not name a type
Spinner& operator=(Spinner&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:63:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/spinner.h:66:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Spinner(const Spinner&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:67:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Spinner& operator=(const Spinner&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:69:20: error: expected ‘;’ at end of member declaration
virtual ~Spinner() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:69:22: error: ‘noexcept’ does not name a type
virtual ~Spinner() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/spinner.h:69:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:266:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/stack.h:69:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
Stack(Stack&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:69:20: error: invalid constructor; you probably meant ‘Gtk::Stack (const Gtk::Stack&)’
Stack(Stack&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:69:20: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/stack.h:69:22: error: ‘noexcept’ does not name a type
Stack(Stack&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:69:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/stack.h:70:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
Stack& operator=(Stack&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:70:31: error: expected ‘;’ at end of member declaration
Stack& operator=(Stack&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:70:33: error: ‘noexcept’ does not name a type
Stack& operator=(Stack&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:70:33: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/stack.h:73:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Stack(const Stack&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:74:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Stack& operator=(const Stack&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:76:18: error: expected ‘;’ at end of member declaration
virtual ~Stack() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:76:20: error: ‘noexcept’ does not name a type
virtual ~Stack() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stack.h:76:20: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:267:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:72:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
StackSidebar(StackSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:72:34: error: invalid constructor; you probably meant ‘Gtk::StackSidebar (const Gtk::StackSidebar&)’
StackSidebar(StackSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:72:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:72:36: error: ‘noexcept’ does not name a type
StackSidebar(StackSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:72:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:73:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
StackSidebar& operator=(StackSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:73:45: error: expected ‘;’ at end of member declaration
StackSidebar& operator=(StackSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:73:47: error: ‘noexcept’ does not name a type
StackSidebar& operator=(StackSidebar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:73:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:76:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
StackSidebar(const StackSidebar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:77:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
StackSidebar& operator=(const StackSidebar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:79:25: error: expected ‘;’ at end of member declaration
virtual ~StackSidebar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:79:27: error: ‘noexcept’ does not name a type
virtual ~StackSidebar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stacksidebar.h:79:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:268:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:75:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
StackSwitcher(StackSwitcher&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:75:36: error: invalid constructor; you probably meant ‘Gtk::StackSwitcher (const Gtk::StackSwitcher&)’
StackSwitcher(StackSwitcher&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:75:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:75:38: error: ‘noexcept’ does not name a type
StackSwitcher(StackSwitcher&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:75:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:76:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
StackSwitcher& operator=(StackSwitcher&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:76:47: error: expected ‘;’ at end of member declaration
StackSwitcher& operator=(StackSwitcher&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:76:49: error: ‘noexcept’ does not name a type
StackSwitcher& operator=(StackSwitcher&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:76:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:79:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
StackSwitcher(const StackSwitcher&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:80:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
StackSwitcher& operator=(const StackSwitcher&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:82:26: error: expected ‘;’ at end of member declaration
virtual ~StackSwitcher() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:82:28: error: ‘noexcept’ does not name a type
virtual ~StackSwitcher() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stackswitcher.h:82:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:269:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:70:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
Statusbar(Statusbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:70:28: error: invalid constructor; you probably meant ‘Gtk::Statusbar (const Gtk::Statusbar&)’
Statusbar(Statusbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:70:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:70:30: error: ‘noexcept’ does not name a type
Statusbar(Statusbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:70:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:71:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
Statusbar& operator=(Statusbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:71:39: error: expected ‘;’ at end of member declaration
Statusbar& operator=(Statusbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:71:41: error: ‘noexcept’ does not name a type
Statusbar& operator=(Statusbar&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:71:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:74:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Statusbar(const Statusbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:75:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Statusbar& operator=(const Statusbar&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:77:22: error: expected ‘;’ at end of member declaration
virtual ~Statusbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:77:24: error: ‘noexcept’ does not name a type
virtual ~Statusbar() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusbar.h:77:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:270:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:91:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
StatusIcon(const StatusIcon&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:92:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
StatusIcon& operator=(const StatusIcon&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:105:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
StatusIcon(StatusIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:105:30: error: invalid constructor; you probably meant ‘Gtk::StatusIcon (const Gtk::StatusIcon&)’
StatusIcon(StatusIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:105:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:105:32: error: ‘noexcept’ does not name a type
StatusIcon(StatusIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:105:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:106:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
StatusIcon& operator=(StatusIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:106:41: error: expected ‘;’ at end of member declaration
StatusIcon& operator=(StatusIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:106:43: error: ‘noexcept’ does not name a type
StatusIcon& operator=(StatusIcon&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:106:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:108:23: error: expected ‘;’ at end of member declaration
virtual ~StatusIcon() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:108:25: error: ‘noexcept’ does not name a type
virtual ~StatusIcon() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/statusicon.h:108:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/stock.h:26:0,
from /usr/include/gtkmm-3.0/gtkmm.h:271,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:68:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
StockItem(StockItem&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:68:30: error: invalid constructor; you probably meant ‘Gtk::StockItem (const Gtk::StockItem&)’
StockItem(StockItem&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:68:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:68:32: error: ‘noexcept’ does not name a type
StockItem(StockItem&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:68:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:69:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
StockItem& operator=(StockItem&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:69:41: error: expected ‘;’ at end of member declaration
StockItem& operator=(StockItem&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:69:43: error: ‘noexcept’ does not name a type
StockItem& operator=(StockItem&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:69:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:71:14: error: expected ‘;’ at end of member declaration
~StockItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:71:16: error: ‘noexcept’ does not name a type
~StockItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:71:16: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:73:29: error: expected ‘;’ at end of member declaration
void swap(StockItem& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:73:31: error: ‘noexcept’ does not name a type
void swap(StockItem& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:73:31: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/stock.h:26:0,
from /usr/include/gtkmm-3.0/gtkmm.h:271,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/stockitem.h:113:50: error: expected initializer before ‘noexcept’
inline void swap(StockItem& lhs, StockItem& rhs) noexcept
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:274:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/styleproperty.h:52:22: error: expected ‘;’ at end of member declaration
~StylePropertyBase() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/styleproperty.h:52:24: error: ‘noexcept’ does not name a type
~StylePropertyBase() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/styleproperty.h:52:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:275:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/switch.h:69:16: error: expected ‘,’ or ‘...’ before ‘&&’ token
Switch(Switch&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:69:22: error: invalid constructor; you probably meant ‘Gtk::Switch (const Gtk::Switch&)’
Switch(Switch&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:69:22: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/switch.h:69:24: error: ‘noexcept’ does not name a type
Switch(Switch&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:69:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/switch.h:70:27: error: expected ‘,’ or ‘...’ before ‘&&’ token
Switch& operator=(Switch&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:70:33: error: expected ‘;’ at end of member declaration
Switch& operator=(Switch&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:70:35: error: ‘noexcept’ does not name a type
Switch& operator=(Switch&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:70:35: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/switch.h:73:27: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Switch(const Switch&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:74:38: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Switch& operator=(const Switch&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:76:19: error: expected ‘;’ at end of member declaration
virtual ~Switch() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:76:21: error: ‘noexcept’ does not name a type
virtual ~Switch() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/switch.h:76:21: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:276:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/table.h:102:14: error: expected ‘,’ or ‘...’ before ‘&&’ token
Table(Table&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:102:20: error: invalid constructor; you probably meant ‘Gtk::Table (const Gtk::Table&)’
Table(Table&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:102:20: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/table.h:102:22: error: ‘noexcept’ does not name a type
Table(Table&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:102:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/table.h:103:25: error: expected ‘,’ or ‘...’ before ‘&&’ token
Table& operator=(Table&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:103:31: error: expected ‘;’ at end of member declaration
Table& operator=(Table&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:103:33: error: ‘noexcept’ does not name a type
Table& operator=(Table&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:103:33: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/table.h:106:25: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Table(const Table&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:107:36: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Table& operator=(const Table&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:109:18: error: expected ‘;’ at end of member declaration
virtual ~Table() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:109:20: error: ‘noexcept’ does not name a type
virtual ~Table() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/table.h:109:20: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:277:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:69:34: error: expected ‘,’ or ‘...’ before ‘&&’ token
TearoffMenuItem(TearoffMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:69:40: error: invalid constructor; you probably meant ‘Gtk::TearoffMenuItem (const Gtk::TearoffMenuItem&)’
TearoffMenuItem(TearoffMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:69:40: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:69:42: error: ‘noexcept’ does not name a type
TearoffMenuItem(TearoffMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:69:42: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:70:45: error: expected ‘,’ or ‘...’ before ‘&&’ token
TearoffMenuItem& operator=(TearoffMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:70:51: error: expected ‘;’ at end of member declaration
TearoffMenuItem& operator=(TearoffMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:70:53: error: ‘noexcept’ does not name a type
TearoffMenuItem& operator=(TearoffMenuItem&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:70:53: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:73:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TearoffMenuItem(const TearoffMenuItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:74:56: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TearoffMenuItem& operator=(const TearoffMenuItem&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:76:28: error: expected ‘;’ at end of member declaration
virtual ~TearoffMenuItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:76:30: error: ‘noexcept’ does not name a type
virtual ~TearoffMenuItem() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/tearoffmenuitem.h:76:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/texttagtable.h:29:0,
from /usr/include/gtkmm-3.0/gtkmm/textbuffer.h:35,
from /usr/include/gtkmm-3.0/gtkmm.h:278,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/texttag.h:87:29: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextTag(const TextTag&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:88:40: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextTag& operator=(const TextTag&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:101:18: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextTag(TextTag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:101:24: error: invalid constructor; you probably meant ‘Gtk::TextTag (const Gtk::TextTag&)’
TextTag(TextTag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:101:24: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/texttag.h:101:26: error: ‘noexcept’ does not name a type
TextTag(TextTag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:101:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/texttag.h:102:29: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextTag& operator=(TextTag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:102:35: error: expected ‘;’ at end of member declaration
TextTag& operator=(TextTag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:102:37: error: ‘noexcept’ does not name a type
TextTag& operator=(TextTag&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:102:37: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/texttag.h:104:20: error: expected ‘;’ at end of member declaration
virtual ~TextTag() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:104:22: error: ‘noexcept’ does not name a type
virtual ~TextTag() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttag.h:104:22: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/textbuffer.h:35:0,
from /usr/include/gtkmm-3.0/gtkmm.h:278,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:69:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextTagTable(const TextTagTable&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:70:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextTagTable& operator=(const TextTagTable&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:83:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextTagTable(TextTagTable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:83:34: error: invalid constructor; you probably meant ‘Gtk::TextTagTable (const Gtk::TextTagTable&)’
TextTagTable(TextTagTable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:83:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:83:36: error: ‘noexcept’ does not name a type
TextTagTable(TextTagTable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:83:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:84:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextTagTable& operator=(TextTagTable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:84:45: error: expected ‘;’ at end of member declaration
TextTagTable& operator=(TextTagTable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:84:47: error: ‘noexcept’ does not name a type
TextTagTable& operator=(TextTagTable&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:84:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:86:25: error: expected ‘;’ at end of member declaration
virtual ~TextTagTable() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:86:27: error: ‘noexcept’ does not name a type
virtual ~TextTagTable() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/texttagtable.h:86:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/textbuffer.h:36:0,
from /usr/include/gtkmm-3.0/gtkmm.h:278,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:67:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextChildAnchor(const TextChildAnchor&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:68:56: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextChildAnchor& operator=(const TextChildAnchor&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:81:34: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextChildAnchor(TextChildAnchor&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:81:40: error: invalid constructor; you probably meant ‘Gtk::TextChildAnchor (const Gtk::TextChildAnchor&)’
TextChildAnchor(TextChildAnchor&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:81:40: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:81:42: error: ‘noexcept’ does not name a type
TextChildAnchor(TextChildAnchor&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:81:42: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:82:45: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextChildAnchor& operator=(TextChildAnchor&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:82:51: error: expected ‘;’ at end of member declaration
TextChildAnchor& operator=(TextChildAnchor&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:82:53: error: ‘noexcept’ does not name a type
TextChildAnchor& operator=(TextChildAnchor&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:82:53: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:84:28: error: expected ‘;’ at end of member declaration
virtual ~TextChildAnchor() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:84:30: error: ‘noexcept’ does not name a type
virtual ~TextChildAnchor() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textchildanchor.h:84:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/textbuffer.h:37:0,
from /usr/include/gtkmm-3.0/gtkmm.h:278,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/textmark.h:89:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextMark(const TextMark&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:90:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextMark& operator=(const TextMark&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:103:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextMark(TextMark&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:103:26: error: invalid constructor; you probably meant ‘Gtk::TextMark (const Gtk::TextMark&)’
TextMark(TextMark&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:103:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/textmark.h:103:28: error: ‘noexcept’ does not name a type
TextMark(TextMark&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:103:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textmark.h:104:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextMark& operator=(TextMark&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:104:37: error: expected ‘;’ at end of member declaration
TextMark& operator=(TextMark&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:104:39: error: ‘noexcept’ does not name a type
TextMark& operator=(TextMark&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:104:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textmark.h:106:21: error: expected ‘;’ at end of member declaration
virtual ~TextMark() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:106:23: error: ‘noexcept’ does not name a type
virtual ~TextMark() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textmark.h:106:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/textiter.h:33:0,
from /usr/include/gtkmm-3.0/gtkmm/textbuffer.h:38,
from /usr/include/gtkmm-3.0/gtkmm.h:278,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:60:32: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextAttributes(TextAttributes&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:60:40: error: invalid constructor; you probably meant ‘Gtk::TextAttributes (const Gtk::TextAttributes&)’
TextAttributes(TextAttributes&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:60:40: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:60:42: error: ‘noexcept’ does not name a type
TextAttributes(TextAttributes&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:60:42: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:61:43: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextAttributes& operator=(TextAttributes&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:61:51: error: expected ‘;’ at end of member declaration
TextAttributes& operator=(TextAttributes&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:61:53: error: ‘noexcept’ does not name a type
TextAttributes& operator=(TextAttributes&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:61:53: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:63:19: error: expected ‘;’ at end of member declaration
~TextAttributes() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:63:21: error: ‘noexcept’ does not name a type
~TextAttributes() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:63:21: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:65:34: error: expected ‘;’ at end of member declaration
void swap(TextAttributes& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:65:36: error: ‘noexcept’ does not name a type
void swap(TextAttributes& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:65:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/textiter.h:33:0,
from /usr/include/gtkmm-3.0/gtkmm/textbuffer.h:38,
from /usr/include/gtkmm-3.0/gtkmm.h:278,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/textattributes.h:96:60: error: expected initializer before ‘noexcept’
inline void swap(TextAttributes& lhs, TextAttributes& rhs) noexcept
^
In file included from /usr/include/gtkmm-3.0/gtkmm/textbuffer.h:38:0,
from /usr/include/gtkmm-3.0/gtkmm.h:278,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/textiter.h:157:33: error: expected ‘;’ at end of member declaration
TextIter(const TextIter& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:157:35: error: ‘noexcept’ does not name a type
TextIter(const TextIter& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:157:35: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textiter.h:158:44: error: expected ‘;’ at end of member declaration
TextIter& operator=(const TextIter& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:158:46: error: ‘noexcept’ does not name a type
TextIter& operator=(const TextIter& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:158:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textiter.h:160:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextIter(TextIter&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:160:28: error: invalid constructor; you probably meant ‘Gtk::TextIter (const Gtk::TextIter&)’
TextIter(TextIter&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:160:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/textiter.h:160:30: error: ‘noexcept’ does not name a type
TextIter(TextIter&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:160:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textiter.h:161:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextIter& operator=(TextIter&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:161:39: error: expected ‘;’ at end of member declaration
TextIter& operator=(TextIter&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:161:41: error: ‘noexcept’ does not name a type
TextIter& operator=(TextIter&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textiter.h:161:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textiter.h: In static member function ‘static gboolean Gtk::TextIter::PredicateAdapter<Predicate>::gtk_callback(gunichar, void*)’:
/usr/include/gtkmm-3.0/gtkmm/textiter.h:1236:5: error: ‘exception_handlers_invoke’ is not a member of ‘Glib’
Glib::exception_handlers_invoke();
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:278:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h: At global scope:
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:104:35: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextBuffer(const TextBuffer&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:105:46: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextBuffer& operator=(const TextBuffer&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:118:24: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextBuffer(TextBuffer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:118:30: error: invalid constructor; you probably meant ‘Gtk::TextBuffer (const Gtk::TextBuffer&)’
TextBuffer(TextBuffer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:118:30: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:118:32: error: ‘noexcept’ does not name a type
TextBuffer(TextBuffer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:118:32: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:119:35: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextBuffer& operator=(TextBuffer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:119:41: error: expected ‘;’ at end of member declaration
TextBuffer& operator=(TextBuffer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:119:43: error: ‘noexcept’ does not name a type
TextBuffer& operator=(TextBuffer&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:119:43: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:121:23: error: expected ‘;’ at end of member declaration
virtual ~TextBuffer() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:121:25: error: ‘noexcept’ does not name a type
virtual ~TextBuffer() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textbuffer.h:121:25: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:284:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/textview.h:141:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextView(TextView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:141:26: error: invalid constructor; you probably meant ‘Gtk::TextView (const Gtk::TextView&)’
TextView(TextView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:141:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/textview.h:141:28: error: ‘noexcept’ does not name a type
TextView(TextView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:141:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textview.h:142:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
TextView& operator=(TextView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:142:37: error: expected ‘;’ at end of member declaration
TextView& operator=(TextView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:142:39: error: ‘noexcept’ does not name a type
TextView& operator=(TextView&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:142:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/textview.h:145:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextView(const TextView&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:146:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TextView& operator=(const TextView&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:148:21: error: expected ‘;’ at end of member declaration
virtual ~TextView() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:148:23: error: ‘noexcept’ does not name a type
virtual ~TextView() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/textview.h:148:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm/toolpalette.h:31:0,
from /usr/include/gtkmm-3.0/gtkmm.h:289,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:68:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolItemGroup(ToolItemGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:68:36: error: invalid constructor; you probably meant ‘Gtk::ToolItemGroup (const Gtk::ToolItemGroup&)’
ToolItemGroup(ToolItemGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:68:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:68:38: error: ‘noexcept’ does not name a type
ToolItemGroup(ToolItemGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:68:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:69:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolItemGroup& operator=(ToolItemGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:69:47: error: expected ‘;’ at end of member declaration
ToolItemGroup& operator=(ToolItemGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:69:49: error: ‘noexcept’ does not name a type
ToolItemGroup& operator=(ToolItemGroup&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:69:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:72:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolItemGroup(const ToolItemGroup&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:73:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolItemGroup& operator=(const ToolItemGroup&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:75:26: error: expected ‘;’ at end of member declaration
virtual ~ToolItemGroup() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:75:28: error: ‘noexcept’ does not name a type
virtual ~ToolItemGroup() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolitemgroup.h:75:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:289:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:158:26: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolPalette(ToolPalette&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:158:32: error: invalid constructor; you probably meant ‘Gtk::ToolPalette (const Gtk::ToolPalette&)’
ToolPalette(ToolPalette&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:158:32: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:158:34: error: ‘noexcept’ does not name a type
ToolPalette(ToolPalette&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:158:34: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:159:37: error: expected ‘,’ or ‘...’ before ‘&&’ token
ToolPalette& operator=(ToolPalette&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:159:43: error: expected ‘;’ at end of member declaration
ToolPalette& operator=(ToolPalette&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:159:45: error: ‘noexcept’ does not name a type
ToolPalette& operator=(ToolPalette&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:159:45: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:162:37: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolPalette(const ToolPalette&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:163:48: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
ToolPalette& operator=(const ToolPalette&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:165:24: error: expected ‘;’ at end of member declaration
virtual ~ToolPalette() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:165:26: error: ‘noexcept’ does not name a type
virtual ~ToolPalette() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/toolpalette.h:165:26: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:291:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:65:32: error: expected ‘,’ or ‘...’ before ‘&&’ token
MenuToolButton(MenuToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:65:38: error: invalid constructor; you probably meant ‘Gtk::MenuToolButton (const Gtk::MenuToolButton&)’
MenuToolButton(MenuToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:65:38: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:65:40: error: ‘noexcept’ does not name a type
MenuToolButton(MenuToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:65:40: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:66:43: error: expected ‘,’ or ‘...’ before ‘&&’ token
MenuToolButton& operator=(MenuToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:66:49: error: expected ‘;’ at end of member declaration
MenuToolButton& operator=(MenuToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:66:51: error: ‘noexcept’ does not name a type
MenuToolButton& operator=(MenuToolButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:66:51: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:69:43: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
MenuToolButton(const MenuToolButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:70:54: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
MenuToolButton& operator=(const MenuToolButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:72:27: error: expected ‘;’ at end of member declaration
virtual ~MenuToolButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:72:29: error: ‘noexcept’ does not name a type
virtual ~MenuToolButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/menutoolbutton.h:72:29: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:294:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:67:45: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeModelFilter(const TreeModelFilter&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:68:56: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeModelFilter& operator=(const TreeModelFilter&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:81:34: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeModelFilter(TreeModelFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:81:40: error: invalid constructor; you probably meant ‘Gtk::TreeModelFilter (const Gtk::TreeModelFilter&)’
TreeModelFilter(TreeModelFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:81:40: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:81:42: error: ‘noexcept’ does not name a type
TreeModelFilter(TreeModelFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:81:42: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:82:45: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeModelFilter& operator=(TreeModelFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:82:51: error: expected ‘;’ at end of member declaration
TreeModelFilter& operator=(TreeModelFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:82:53: error: ‘noexcept’ does not name a type
TreeModelFilter& operator=(TreeModelFilter&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:82:53: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:84:28: error: expected ‘;’ at end of member declaration
virtual ~TreeModelFilter() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:84:30: error: ‘noexcept’ does not name a type
virtual ~TreeModelFilter() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:84:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:294:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treemodelfilter.h:291:84: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
e_impl(const iterator& row, int column, const Glib::ValueBase& value) override;
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:295:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:82:41: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeModelSort(const TreeModelSort&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:83:52: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeModelSort& operator=(const TreeModelSort&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:96:30: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeModelSort(TreeModelSort&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:96:36: error: invalid constructor; you probably meant ‘Gtk::TreeModelSort (const Gtk::TreeModelSort&)’
TreeModelSort(TreeModelSort&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:96:36: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:96:38: error: ‘noexcept’ does not name a type
TreeModelSort(TreeModelSort&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:96:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:97:41: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeModelSort& operator=(TreeModelSort&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:97:47: error: expected ‘;’ at end of member declaration
TreeModelSort& operator=(TreeModelSort&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:97:49: error: ‘noexcept’ does not name a type
TreeModelSort& operator=(TreeModelSort&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:97:49: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:99:26: error: expected ‘;’ at end of member declaration
virtual ~TreeModelSort() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:99:28: error: ‘noexcept’ does not name a type
virtual ~TreeModelSort() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:99:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:295:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treemodelsort.h:220:84: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
e_impl(const iterator& row, int column, const Glib::ValueBase& value) override;
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:297:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:65:36: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeRowReference(TreeRowReference&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:65:44: error: invalid constructor; you probably meant ‘Gtk::TreeRowReference (const Gtk::TreeRowReference&)’
TreeRowReference(TreeRowReference&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:65:44: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:65:46: error: ‘noexcept’ does not name a type
TreeRowReference(TreeRowReference&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:65:46: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:66:47: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeRowReference& operator=(TreeRowReference&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:66:55: error: expected ‘;’ at end of member declaration
TreeRowReference& operator=(TreeRowReference&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:66:57: error: ‘noexcept’ does not name a type
TreeRowReference& operator=(TreeRowReference&& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:66:57: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:68:21: error: expected ‘;’ at end of member declaration
~TreeRowReference() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:68:23: error: ‘noexcept’ does not name a type
~TreeRowReference() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:68:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:70:36: error: expected ‘;’ at end of member declaration
void swap(TreeRowReference& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:70:38: error: ‘noexcept’ does not name a type
void swap(TreeRowReference& other) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:70:38: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:297:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treerowreference.h:150:64: error: expected initializer before ‘noexcept’
inline void swap(TreeRowReference& lhs, TreeRowReference& rhs) noexcept
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:299:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treestore.h:75:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeStore(const TreeStore&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:76:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
TreeStore& operator=(const TreeStore&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:89:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeStore(TreeStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:89:28: error: invalid constructor; you probably meant ‘Gtk::TreeStore (const Gtk::TreeStore&)’
TreeStore(TreeStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:89:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/treestore.h:89:30: error: ‘noexcept’ does not name a type
TreeStore(TreeStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:89:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treestore.h:90:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
TreeStore& operator=(TreeStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:90:39: error: expected ‘;’ at end of member declaration
TreeStore& operator=(TreeStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:90:41: error: ‘noexcept’ does not name a type
TreeStore& operator=(TreeStore&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:90:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/treestore.h:92:22: error: expected ‘;’ at end of member declaration
virtual ~TreeStore() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:92:24: error: ‘noexcept’ does not name a type
virtual ~TreeStore() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/treestore.h:92:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:299:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/treestore.h:264:84: warning: override controls (override/final) only available with -std=c++11 or -std=gnu++11
e_impl(const iterator& row, int column, const Glib::ValueBase& value) override;
^
In file included from /usr/include/gtkmm-3.0/gtkmm.h:302:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:326:33: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UIManager(const UIManager&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:327:44: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
UIManager& operator=(const UIManager&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:340:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
UIManager(UIManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:340:28: error: invalid constructor; you probably meant ‘Gtk::UIManager (const Gtk::UIManager&)’
UIManager(UIManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:340:28: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:340:30: error: ‘noexcept’ does not name a type
UIManager(UIManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:340:30: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:341:33: error: expected ‘,’ or ‘...’ before ‘&&’ token
UIManager& operator=(UIManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:341:39: error: expected ‘;’ at end of member declaration
UIManager& operator=(UIManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:341:41: error: ‘noexcept’ does not name a type
UIManager& operator=(UIManager&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:341:41: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:343:22: error: expected ‘;’ at end of member declaration
virtual ~UIManager() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:343:24: error: ‘noexcept’ does not name a type
virtual ~UIManager() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/uimanager.h:343:24: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:303:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/viewport.h:63:20: error: expected ‘,’ or ‘...’ before ‘&&’ token
Viewport(Viewport&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:63:26: error: invalid constructor; you probably meant ‘Gtk::Viewport (const Gtk::Viewport&)’
Viewport(Viewport&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:63:26: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/viewport.h:63:28: error: ‘noexcept’ does not name a type
Viewport(Viewport&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:63:28: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/viewport.h:64:31: error: expected ‘,’ or ‘...’ before ‘&&’ token
Viewport& operator=(Viewport&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:64:37: error: expected ‘;’ at end of member declaration
Viewport& operator=(Viewport&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:64:39: error: ‘noexcept’ does not name a type
Viewport& operator=(Viewport&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:64:39: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/viewport.h:67:31: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Viewport(const Viewport&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:68:42: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
Viewport& operator=(const Viewport&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:70:21: error: expected ‘;’ at end of member declaration
virtual ~Viewport() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:70:23: error: ‘noexcept’ does not name a type
virtual ~Viewport() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/viewport.h:70:23: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /usr/include/gtkmm-3.0/gtkmm.h:304:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:65:28: error: expected ‘,’ or ‘...’ before ‘&&’ token
VolumeButton(VolumeButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:65:34: error: invalid constructor; you probably meant ‘Gtk::VolumeButton (const Gtk::VolumeButton&)’
VolumeButton(VolumeButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:65:34: error: expected ‘;’ at end of member declaration
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:65:36: error: ‘noexcept’ does not name a type
VolumeButton(VolumeButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:65:36: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:66:39: error: expected ‘,’ or ‘...’ before ‘&&’ token
VolumeButton& operator=(VolumeButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:66:45: error: expected ‘;’ at end of member declaration
VolumeButton& operator=(VolumeButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:66:47: error: ‘noexcept’ does not name a type
VolumeButton& operator=(VolumeButton&& src) noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:66:47: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:69:39: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VolumeButton(const VolumeButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:70:50: warning: defaulted and deleted functions only available with -std=c++11 or -std=gnu++11
VolumeButton& operator=(const VolumeButton&) = delete;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:72:25: error: expected ‘;’ at end of member declaration
virtual ~VolumeButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:72:27: error: ‘noexcept’ does not name a type
virtual ~VolumeButton() noexcept;
^
/usr/include/gtkmm-3.0/gtkmm/volumebutton.h:72:27: note: C++11 ‘noexcept’ only available with -std=c++11 or -std=gnu++11
In file included from /home/sakshi/Desktop/Internship 2018/thittam/src/wbs.h:14:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/project.h:16,
from /home/sakshi/Desktop/Internship 2018/thittam/src/project-factory.h:17,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:22,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:35:22: error: expected ‘,’ or ‘...’ before ‘&&’ token
TaskPath (TaskPath && other)
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:35:30: error: invalid constructor; you probably meant ‘thittam::TaskPath (const thittam::TaskPath&)’
TaskPath (TaskPath && other)
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:152:10: error: ‘std::function’ has not been declared
std::function<void (const Task::Path &)> insert_notification,
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:152:18: error: expected ‘,’ or ‘...’ before ‘<’ token
std::function<void (const Task::Path &)> insert_notification,
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:157:10: error: ‘std::function’ has not been declared
std::function<void (const Task::Path&)> remove_notification,
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:157:18: error: expected ‘,’ or ‘...’ before ‘<’ token
std::function<void (const Task::Path&)> remove_notification,
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:165:15: error: expected unqualified-id before ‘&&’ token
std::string && compute_child_id (int number);
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:166:8: error: expected unqualified-id before ‘&&’ token
Path && compute_child_path (int number);
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:169:10: error: ‘std::function’ has not been declared
std::function<void (const Task::Path &)> change_notification);
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:169:18: error: expected ‘,’ or ‘...’ before ‘<’ token
std::function<void (const Task::Path &)> change_notification);
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:179:21: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
Task * m_parent = nullptr;
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:182:39: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
const int m_working_days_per_week = 0;
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:183:39: warning: non-static data member initializers only available with -std=c++11 or -std=gnu++11
const int m_working_hours_per_day = 0;
^
/home/sakshi/Desktop/Internship 2018/thittam/src/task.h:179:21: error: ‘nullptr’ was not declared in this scope
Task * m_parent = nullptr;
^
In file included from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:22:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/home/sakshi/Desktop/Internship 2018/thittam/src/project-factory.h:27:16: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type
virtual std::unique_ptr<Project> create (void) const = 0;
^
/home/sakshi/Desktop/Internship 2018/thittam/src/project-factory.h:28:16: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type
virtual std::unique_ptr<Project> create (
^
In file included from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:23:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/home/sakshi/Desktop/Internship 2018/thittam/src/project-ui-factory.h:29:16: error: ‘unique_ptr’ in namespace ‘std’ does not name a template type
virtual std::unique_ptr<ProjectController> create (Project * project) = 0;
^
In file included from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:0:
/home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:30:52: error: expected template-name before ‘<’ token
public std::enable_shared_from_this<AppImpl>
^
/home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:30:52: error: expected ‘{’ before ‘<’ token
/home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:30:52: error: expected unqualified-id before ‘<’ token
In file included from /home/sakshi/Desktop/Internship 2018/thittam/src/app.h:17:0,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:18,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/home/sakshi/Desktop/Internship 2018/thittam/src/_namespace.h:14:33: error: expected ‘}’ at end of input
#define NAMESPACE__THITTAM__END }
^
/home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:210:1: note: in expansion of macro ‘NAMESPACE__THITTAM__END’
NAMESPACE__THITTAM__END
^
In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = Glib::RefPtr<Gtk::TreeModel>; T_functor = sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>]’:
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2289:7: required from here
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>&, Glib::RefPtr<Gtk::TreeModel>&)’
(_A_func, _A_b1);
^
In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate: sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : pub
^
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 0 arguments, 2 provided
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate: sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 1 argument, 2 provided
In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = int; T_functor = sigc::slot<void, const Glib::ustring&, int>]’:
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2295:7: required from here
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::slot<void, const Glib::ustring&, int>&, int&)’
(_A_func, _A_b1);
^
In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate: sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : pub
^
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 0 arguments, 2 provided
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate: sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 1 argument, 2 provided
In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = Glib::RefPtr<Gtk::TreeModel>; T_functor = sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>]’:
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2409:23: required from ‘void Gtk::TreeView_Private::_connect_auto_store_numeric_editable_signal_handler(Gtk::TreeView*, Gtk::CellRenderer*, const Gtk::TreeModelColumn<ColumnType>&) [with ColumnType = int]’
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2306:95: required from here
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>&, Glib::RefPtr<Gtk::TreeModel>&)’
(_A_func, _A_b1);
^
In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate: sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : pub
^
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 0 arguments, 2 provided
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate: sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 1 argument, 2 provided
In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h: In instantiation of ‘sigc::bind_functor<I_location, T_functor, T_bound1> sigc::bind(const T_functor&, T_bound1) [with int I_location = -1; T_bound1 = int; T_functor = sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>]’:
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2408:21: required from ‘void Gtk::TreeView_Private::_connect_auto_store_numeric_editable_signal_handler(Gtk::TreeView*, Gtk::CellRenderer*, const Gtk::TreeModelColumn<ColumnType>&) [with ColumnType = int]’
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2306:95: required from here
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:2110:27: error: no matching function for call to ‘sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&, int&)’
(_A_func, _A_b1);
^
In file included from /usr/include/sigc++-2.0/sigc++/adaptors/adaptors.h:23:0,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:89,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate: sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor()
struct bind_functor<-1, T_functor, T_type1, nil, nil, nil, nil, nil, nil> : pub
^
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 0 arguments, 2 provided
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate: sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::bind_functor(const sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>&)
/usr/include/sigc++-2.0/sigc++/adaptors/bind.h:1078:8: note: candidate expects 1 argument, 2 provided
In file included from /usr/include/sigc++-2.0/sigc++/signal_base.h:27:0,
from /usr/include/sigc++-2.0/sigc++/signal.h:8,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of ‘static T_return sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int]’:
/usr/include/sigc++-2.0/sigc++/functors/slot.h:185:37: required from ‘static void* (* sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::address())(void*) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int; sigc::internal::hook = void* (*)(void*)]’
/usr/include/sigc++-2.0/sigc++/functors/slot.h:717:98: required from ‘sigc::slot2<T_return, T_arg1, T_arg2>::slot2(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int]’
/usr/include/sigc++-2.0/sigc++/functors/slot.h:1794:26: required from ‘sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bound_mem_functor3<void, Gtk::TreeView, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = int]’
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2289:7: required from here
/usr/include/sigc++-2.0/sigc++/functors/slot.h:177:72: error: ‘operator()’ not defined
return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait
^
/usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of ‘static T_return sigc::internal::slot_call1<T_functor, T_return, T_arg1>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&]’:
/usr/include/sigc++-2.0/sigc++/functors/slot.h:149:37: required from ‘static void* (* sigc::internal::slot_call1<T_functor, T_return, T_arg1>::address())(void*) [with T_functor = sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; sigc::internal::hook = void* (*)(void*)]’
/usr/include/sigc++-2.0/sigc++/functors/slot.h:584:90: required from ‘sigc::slot1<T_return, T_arg1>::slot1(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&]’
/usr/include/sigc++-2.0/sigc++/functors/slot.h:1731:26: required from ‘sigc::slot<T_return, T_arg1, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::slot<void, const Glib::ustring&, int>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&]’
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2296:5: required from here
/usr/include/sigc++-2.0/sigc++/functors/slot.h:141:72: error: ‘operator()’ not defined
return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait
^
/usr/include/sigc++-2.0/sigc++/functors/slot.h: In instantiation of ‘static T_return sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::call_it(sigc::internal::slot_rep*, int) [with T_functor = sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&]’:
/usr/include/sigc++-2.0/sigc++/functors/slot.h:185:37: required from ‘static void* (* sigc::internal::slot_call2<T_functor, T_return, T_arg1, T_arg2>::address())(void*) [with T_functor = sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&; sigc::internal::hook = void* (*)(void*)]’
/usr/include/sigc++-2.0/sigc++/functors/slot.h:717:98: required from ‘sigc::slot2<T_return, T_arg1, T_arg2>::slot2(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&]’
/usr/include/sigc++-2.0/sigc++/functors/slot.h:1794:26: required from ‘sigc::slot<T_return, T_arg1, T_arg2, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>::slot(const T_functor&) [with T_functor = sigc::bind_functor<-1, sigc::bind_functor<-1, sigc::pointer_functor4<const Glib::ustring&, const Glib::ustring&, int, const Glib::RefPtr<Gtk::TreeModel>&, void>, Glib::RefPtr<Gtk::TreeModel>, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>, int, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil, sigc::nil>; T_return = void; T_arg1 = const Glib::ustring&; T_arg2 = const Glib::ustring&]’
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2407:5: required from ‘void Gtk::TreeView_Private::_connect_auto_store_numeric_editable_signal_handler(Gtk::TreeView*, Gtk::CellRenderer*, const Gtk::TreeModelColumn<ColumnType>&) [with ColumnType = int]’
/usr/include/gtkmm-3.0/gtkmm/treeview.h:2306:95: required from here
/usr/include/sigc++-2.0/sigc++/functors/slot.h:177:72: error: ‘operator()’ not defined
return (typed_rep->functor_).SIGC_WORKAROUND_OPERATOR_PARENTHESES<type_trait
^
In file included from /usr/include/sigc++-2.0/sigc++/signal.h:8:0,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/signal_base.h:181:10: warning: inline function ‘sigc::internal::signal_exec::signal_exec(const sigc::internal::signal_impl*)’ used but never defined
inline signal_exec(const signal_impl* sig) noexcept
^
In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:8:0,
from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
from /usr/include/sigc++-2.0/sigc++/signal.h:8,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/functors/slot_base.h:308:15: warning: inline function ‘bool sigc::slot_base::empty() const’ used but never defined
inline bool empty() const noexcept
^
/usr/include/sigc++-2.0/sigc++/functors/slot_base.h:314:15: warning: inline function ‘bool sigc::slot_base::blocked() const’ used but never defined
inline bool blocked() const noexcept
^
In file included from /usr/include/glibmm-2.4/glibmm/containerhandle_shared.h:23:0,
from /usr/include/glibmm-2.4/glibmm/arrayhandle.h:23,
from /usr/include/glibmm-2.4/glibmm.h:91,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::Binding]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Glib::Binding]’ used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:101:19: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(T_CppObject*) [with T_CppObject = Glib::ByteArray]’ used but never defined
explicit inline RefPtr(T_CppObject* pCppObject) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::ByteArray]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Glib::ByteArray]’ used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::Mount]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::Mount]’ used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::Drive]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::Drive]’ used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::File]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::File]’ used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gio::DBus::InterfaceInfo]’ used but never defined
inline RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::DBus::InterfaceInfo]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gio::Cancellable]’ used but never defined
inline RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::Cancellable]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Glib::MainContext]’ used but never defined
inline RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Glib::MainContext]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gio::Volume]’ used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gio::Volume]’ used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Pango::LayoutLine]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Pango::LayoutLine]’ used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:95:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr() [with T_CppObject = Gdk::Device]’ used but never defined
inline RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gdk::Device]’ used but never defined
inline ~RefPtr() noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:98:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::~RefPtr() [with T_CppObject = Gtk::TreeModel]’ used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:107:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::RefPtr(const Glib::RefPtr<T_CppObject>&) [with T_CppObject = Gtk::TreeModel]’ used but never defined
inline RefPtr(const RefPtr& src) noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gtk::Printer]’ used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Glib::ByteArray]’ used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Glib::ByteArray]’ used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gio::Mount]’ used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gio::Mount]’ used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gio::Drive]’ used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gio::Drive]’ used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gio::File]’ used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gio::File]’ used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gio::Volume]’ used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gio::Volume]’ used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Pango::LayoutLine]’ used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Pango::LayoutLine]’ used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gtk::RecentInfo]’ used but never defined
inline T_CppObject* operator->() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gtk::RecentInfo]’ used but never defined
inline operator bool() const noexcept;
^
/usr/include/glibmm-2.4/glibmm/refptr.h:170:10: warning: inline function ‘Glib::RefPtr<T_CppObject>::operator bool() const [with T_CppObject = Gtk::TreeModel]’ used but never defined
/usr/include/glibmm-2.4/glibmm/refptr.h:160:23: warning: inline function ‘T_CppObject* Glib::RefPtr<T_CppObject>::operator->() const [with T_CppObject = Gtk::TreeModel]’ used but never defined
inline T_CppObject* operator->() const noexcept;
^
In file included from /usr/include/sigc++-2.0/sigc++/functors/slot.h:8:0,
from /usr/include/sigc++-2.0/sigc++/signal_base.h:27,
from /usr/include/sigc++-2.0/sigc++/signal.h:8,
from /usr/include/sigc++-2.0/sigc++/sigc++.h:86,
from /usr/include/glibmm-2.4/glibmm/thread.h:51,
from /usr/include/glibmm-2.4/glibmm.h:87,
from /usr/include/gtkmm-3.0/gtkmm.h:87,
from /home/sakshi/Desktop/Internship 2018/thittam/src/main-view.h:15,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.h:20,
from /home/sakshi/Desktop/Internship 2018/thittam/src/app_impl.cxx:22:
/usr/include/sigc++-2.0/sigc++/functors/slot_base.h:150:10: warning: inline function ‘sigc::internal::slot_do_bind::slot_do_bind(sigc::internal::slot_rep*)’ used but never defined
inline slot_do_bind(slot_rep* rep) noexcept : rep_(rep) {}
^
/usr/include/sigc++-2.0/sigc++/functors/slot_base.h:168:10: warning: inline function ‘sigc::internal::slot_do_unbind::slot_do_unbind(sigc::internal::slot_rep*)’ used but never defined
inline slot_do_unbind(slot_rep* rep) noexcept : rep_(rep) {}
^
/usr/include/sigc++-2.0/sigc++/functors/slot_base.h:91:10: warning: inline function ‘sigc::internal::slot_rep::slot_rep(sigc::internal::hook, sigc::internal::hook, sigc::internal::hook)’ used but never defined
inline slot_rep(hook call__, hook destroy__, hook dup__) noexcept
^
/usr/include/sigc++-2.0/sigc++/functors/slot_base.h:119:15: warning: inline function ‘void sigc::internal::slot_rep::set_parent(void*, sigc::internal::hook)’ used but never defined
inline void set_parent(void* parent, hook cleanup) noexcept
^
src/CMakeFiles/app.dir/build.make:62: recipe for target 'src/CMakeFiles/app.dir/app_impl.cxx.o' failed
make[2]: *** [src/CMakeFiles/app.dir/app_impl.cxx.o] Error 1
CMakeFiles/Makefile2:295: recipe for target 'src/CMakeFiles/app.dir/all' failed
make[1]: *** [src/CMakeFiles/app.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2
@zhuzaifangxuele
Copy link

hi,guy. how you fix this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment