diff options
author | DDuarte <dnpd.dd@gmail.com> | 2016-12-29 22:38:46 +0000 |
---|---|---|
committer | DDuarte <dnpd.dd@gmail.com> | 2016-12-29 23:45:59 +0000 |
commit | e6473ab5d98f0f60556a0ab73e1f03fa288f06c9 (patch) | |
tree | cad6deab58966e3d8925375d211e007da44cc18c /dep/fmt/cppformat/posix.h | |
parent | ec806fa9add886114fb28d12e7653a5b19df120d (diff) |
Dep: Update fmt (cppformat) to 3.0.1 https://github.com/fmtlib/fmt/commit/7fa8f8fa48b0903deab5bb42e6760477173ac485
Also renamed cppformat to fmt
Diffstat (limited to 'dep/fmt/cppformat/posix.h')
-rw-r--r-- | dep/fmt/cppformat/posix.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dep/fmt/cppformat/posix.h b/dep/fmt/cppformat/posix.h new file mode 100644 index 00000000000..97b6fadcdea --- /dev/null +++ b/dep/fmt/cppformat/posix.h @@ -0,0 +1,2 @@ +#include "../fmt/posix.h" +#warning Including cppformat/posix.h is deprecated. Include fmt/posix.h instead. |