Use string_view if _HAS_CXX17 is true (#4876)
authoriceboy <me@iceboy.org>
Mon, 13 Aug 2018 23:19:51 +0000 (16:19 -0700)
committerWouter van Oortmerssen <aardappel@gmail.com>
Mon, 13 Aug 2018 23:19:51 +0000 (16:19 -0700)
commit55289c55bf1b1a37d4598fdeb658d04c0c07af55
tree01455ca5452cb7f969d910d8eaa1b5649641905a
parented2415eb7286e29f51eedcdbb81261e3cfc323f1
Use string_view if _HAS_CXX17 is true (#4876)

Current version of VC2017 is not setting __cplusplus to correct value, instead they use _MSC_VER, _MSVC_LANG and _HAS_CXX17 macros.
include/flatbuffers/base.h