Add compatibility headers

This commit is contained in:
Victor Zverovich 2016-04-24 09:10:58 -07:00
parent afd67497de
commit 17544b1824
4 changed files with 4 additions and 4 deletions

2
cppformat/format.h Normal file
View 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
View File

@ -0,0 +1,2 @@
#include "../fmt/posix.h"
#warning Including cppformat/posix.h is deprecated. Include fmt/posix.h instead.

View File

@ -1,2 +0,0 @@
#include "cppformat/format.h"
#warning Including format.h from the top-level directory is deprecated.

View File

@ -1,2 +0,0 @@
#include "cppformat/posix.h"
#warning Including posix.h from the top-level directory is deprecated.