summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2018-07-25 03:41:31 +0000
committerEric Fiselier <eric@efcs.ca>2018-07-25 03:41:31 +0000
commit5baf73c3545b4a50b8b1eaf867b26a42587bba00 (patch)
treef68a832901fdb053d923511f61c3fbba2c804c08 /lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp
parent52ec6a206f15ee84308c56d5bd7e906e9235f510 (diff)
Make <experimental/filesystem> explicitly require C++11.
Previously the <experimental/filesystem> didn't guard its contents in any dialect. However, the implementation implicitly requires at least C++11, and the tests have always been marked unsupported in C++03. This patch puts a header guard around the contents to avoid exposing them before C++11. Additionally, it replaces all of the usages of _NOEXCEPT or _LIBCPP_CONSTEXPR with the keyword directly, since we can expect the compiler to implement those by now. llvm-svn: 337884
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonExceptionState.cpp')
0 files changed, 0 insertions, 0 deletions