SIGN IN SIGN UP

THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719)

* make use of C++11 override keyword
* added const specifier to TTransport::getOrigin()
* added more const correctness to the compiler
* make use of auto keyword
* replaced usage of NULL with nullptr
* make use of explicitly-defaulted function definition
* extended changelog
S
Sebastian Zenker committed
042580f53441efe1bc5c80c89351fcb30740659e
Parent: aa0c8b3
Committed by James E. King III <jking@apache.org> on 1/29/2019, 2:48:12 PM