Updates to get gcc build working again. Had to disabled const attribute in...
Updates to get gcc build working again. Had to disabled const attribute in byte_array.h for byte_arrays, since they need to be assigned in a ByteBuffer struct at runtime, which GCC will not allow if const.
Loading
Please sign in to comment