tromey at sourceware dot org
2018-04-20 15:12:57 UTC
https://sourceware.org/bugzilla/show_bug.cgi?id=23099
Bug ID: 23099
Summary: remove "class integer_for_size" from
common/enum-flags.h
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: build
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---
common/enum-flags.h says:
/* Until we can rely on std::underlying type being universally
available (C++11), roll our own for enums. */
template<int size, bool sign> class integer_for_size { typedef void type; };
I think this time has come now.
Bug ID: 23099
Summary: remove "class integer_for_size" from
common/enum-flags.h
Product: gdb
Version: HEAD
Status: NEW
Severity: normal
Priority: P2
Component: build
Assignee: unassigned at sourceware dot org
Reporter: tromey at sourceware dot org
Target Milestone: ---
common/enum-flags.h says:
/* Until we can rely on std::underlying type being universally
available (C++11), roll our own for enums. */
template<int size, bool sign> class integer_for_size { typedef void type; };
I think this time has come now.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are receiving this mail because:
You are on the CC list for the bug.