Files
mongo/src/third_party/shim_fmt.cpp
Billy Donahue 2def9c02b3 SERVER-40389 small tweaks to third_party/fmt & related.
Add an option to scons: --use-system-fmt
    import.sh: use the upstream libfmt github repo.
    StringData fmt interop
    noexcept for to_string_view(StringData) hook
    noexcept for StringData's rawData() and size()
    add fmt to THIRD-PARTY-NOTICES + markdown tweaks
    import the fmt LICENSE.rst
    update fmt lib revision
2019-04-08 10:22:17 -04:00

4 lines
159 B
C++

// This file intentionally blank. shim_fmt.cpp is part of the
// third_party/fmt library, which is just a placeholder for forwarding
// library dependencies.