delete DECLARE_TYPED_ENUM (#12177)
authorSergey Andreenko <seandree@microsoft.com>
Fri, 9 Jun 2017 07:07:46 +0000 (00:07 -0700)
committerGitHub <noreply@github.com>
Fri, 9 Jun 2017 07:07:46 +0000 (00:07 -0700)
commit47afd9434be8c0b5997a0a5618569abc30596546
tree6c3ac586088582857ffb71e57cd5805cd036fab5
parent8763ef5f815e314405e41265186719de8759756e
delete DECLARE_TYPED_ENUM (#12177)

* delete DECLARE_TYPED_ENUM

delete the workaroung for g++ c++11, that was fixes in gcc 4.4.1 many
years ago.

The workaround makes code dirty and sometimes we have typos like:
};
END_DECLARE_TYPED_ENUM(insFlags,unsigned)

or
END_DECLARE_TYPED_ENUM(ChunkExtraAttribs, BYTE);
with double ;;

* jit-format
src/jit/block.h
src/jit/compiler.h
src/jit/emit.h
src/jit/gentree.h
src/jit/instr.h
src/jit/jit.h
src/jit/target.h
src/jit/valuenum.h
src/jit/vartype.h