You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The file is just renamed, its this version, taken from the tag 3.9.1
__ _____ _____ _____
__| | __| | | | JSON for Modern C++
| | |__ | | | | | | version 3.9.1
|_____|_____|_____|_|___| https://github.com/nlohmann/json
Licensed under the MIT License <http://opensource.org/licenses/MIT>.
SPDX-License-Identifier: MIT
Copyright (c) 2013-2019 Niels Lohmann <http://nlohmann.me>.
The reason why I got this problem it that I installed a binary distribution of clang-8 on debian-8, but apparently, if I do not explicitly specify -stdlib=libc++ it still uses the stock version of libstd++, which doesn't support C++17.
I think an include of
<string_view>
is missing ? This only occurs on debian-8 + clang-8 + C++17 here.The text was updated successfully, but these errors were encountered: