Commits


Gil authored and GitHub committed 88dda722568
Work around spurious errors in GCC 4.8 (#4523) GCC shows a "chosen constructor is explicit in copy-initialization" that shouldn't occur. Also, since we're now explicitly instantiating these values, add type aliases in RemoteEvent. This effectively a port of cl/286120322 with cleanup.