mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-02 11:28:20 +00:00
Add compatibility headers
This commit is contained in:
parent
afd67497de
commit
17544b1824
2
cppformat/format.h
Normal file
2
cppformat/format.h
Normal file
@ -0,0 +1,2 @@
|
||||
#include "../fmt/format.h"
|
||||
#warning Including cppformat/format.h is deprecated. Include fmt/format.h instead.
|
2
cppformat/posix.h
Normal file
2
cppformat/posix.h
Normal file
@ -0,0 +1,2 @@
|
||||
#include "../fmt/posix.h"
|
||||
#warning Including cppformat/posix.h is deprecated. Include fmt/posix.h instead.
|
2
format.h
2
format.h
@ -1,2 +0,0 @@
|
||||
#include "cppformat/format.h"
|
||||
#warning Including format.h from the top-level directory is deprecated.
|
Loading…
Reference in New Issue
Block a user