mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-08 19:31:06 +08:00
wide-int.h (wide_int_storage): Change declaration from struct to class.
* wide-int.h (wide_int_storage): Change declaration from struct to class. From-SVN: r212305
This commit is contained in:
parent
058d0a9059
commit
a4ff2ef3c0
@ -1,3 +1,8 @@
|
||||
2014-07-05 Gerald Pfeifer <gerald@pfeifer.com>
|
||||
|
||||
* wide-int.h (wide_int_storage): Change declaration from struct
|
||||
to class.
|
||||
|
||||
2014-07-05 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* cgraph.c (cgraph_create_indirect_edge): Update call of
|
||||
|
@ -284,7 +284,7 @@ along with GCC; see the file COPYING3. If not see
|
||||
|
||||
template <typename T> struct generic_wide_int;
|
||||
template <int N> struct fixed_wide_int_storage;
|
||||
struct wide_int_storage;
|
||||
class wide_int_storage;
|
||||
|
||||
/* An N-bit integer. Until we can use typedef templates, use this instead. */
|
||||
#define FIXED_WIDE_INT(N) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user