diff options
author | Eric Fiselier <eric@efcs.ca> | 2018-07-25 21:01:45 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2018-07-25 21:01:45 +0000 |
commit | d77f3ef4a4e7de3c2e926ee6faa4c6942fa2c657 (patch) | |
tree | b6f5019feb043a95538b14d1d7db1fccb8f1a4d8 /lldb/packages/Python/lldbsuite | |
parent | 0887cf9caba73b9800f6d46f51a098793fb00022 (diff) | |
download | bcm5719-llvm-d77f3ef4a4e7de3c2e926ee6faa4c6942fa2c657.tar.gz bcm5719-llvm-d77f3ef4a4e7de3c2e926ee6faa4c6942fa2c657.zip |
Make <experimental/filesystem> compile with gcc 4.8.5
Patch by Victor Zverovich.
This fixes an error when compiling `<experimental/filesystem>` with gcc 4.8.5:
```
.../libcxx/src/experimental/filesystem/filesystem_common.h:137:34:
error: redeclaration ‘T
std::experimental::filesystem::v1::detail::{anonymous}::error_value() [with T =
bool]’ d
iffers in ‘constexpr’
constexpr bool error_value<bool>() {
^
.../libcxx/src/experimental/filesystem/filesystem_common.h:133:3:
error: from previous declaration ‘T
std::experimental::filesystem::v1::detail::{anonymous}::error_value() [with T
= bool]’
T error_value();
^
```
Reviewed as https://reviews.llvm.org/D49813
llvm-svn: 337962
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
0 files changed, 0 insertions, 0 deletions