Skip to content

Commit

Permalink
workspace: Upgrade ghc_filesystem to latest release 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri committed Nov 25, 2019
1 parent 4c6ec58 commit 22e8eae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions common/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,9 @@ namespace drake { namespace filesystem = std::filesystem; }

#else

#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdeprecated"
#pragma GCC diagnostic ignored "-Wold-style-cast"
#define GHC_FILESYSTEM_FWD
#include "ghc/filesystem.hpp"
#undef GHC_FILESYSTEM_FWD
#pragma GCC diagnostic pop
namespace drake { namespace filesystem = ghc::filesystem; }

#endif
4 changes: 2 additions & 2 deletions tools/workspace/ghc_filesystem/repository.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ def ghc_filesystem_repository(
github_archive(
name = name,
repository = "gulrak/filesystem",
commit = "v1.2.6",
sha256 = "ba752e7f6e468d65520bdd18e22218c9ba841e7bbe5bec9690092b7d46ae7f3e", # noqa
commit = "v1.2.8",
sha256 = "0b818b2a692603c0a939656f7d3d8e0451f853ec1c64d75707e96c1467cb84c0", # noqa
build_file = "@drake//tools/workspace/ghc_filesystem:package.BUILD.bazel", # noqa
mirrors = mirrors,
)

0 comments on commit 22e8eae

Please sign in to comment.