Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(tree): use __typeof__ instead of typeof (aws#565)
typeof stopped working in newer GCC when in cxx mode. __typeof__ works in all cases and is the preferred solution for doing this portably. Signed-off-by: Nicholas Sielicki <[email protected]>
- Loading branch information