Use flatbuffer unique_ptr instead of std's.
authorAnthony <amaurice@google.com>
Fri, 13 Oct 2017 23:21:34 +0000 (16:21 -0700)
committerAnthony <amaurice@google.com>
Fri, 13 Oct 2017 23:21:34 +0000 (16:21 -0700)
commitb0fd1a8c66a58c3749d50fe4379b4bcffcfb6514
tree3faf1b7b7f73ac0a6c02a5392f1031081dc4d3da
parenta0e5d78353ac07b9fd6cbbbc1c372c4d6dadf49c
Use flatbuffer unique_ptr instead of std's.

Stlport does not have std unique_ptr, so using the one provided by
flatbuffers.
Also fixing a problem with the flatbuffer unique_ptr, and a test.
include/flatbuffers/idl.h
include/flatbuffers/stl_emulation.h
tests/test.cpp