Update README.md

pull/1472/head
Gabi Melman 6 years ago committed by GitHub
parent 817d2764b6
commit 6095db951b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -300,15 +300,6 @@ void android_example()
android_logger->critical("Use \"adb shell logcat\" to view this message."); android_logger->critical("Use \"adb shell logcat\" to view this message.");
} }
``` ```
---
#### Compile-time format string syntax checking
```C++
#include "spdlog/spdlog.h"
int main()
{
spdlog::info(FMT_STRING("{:d} is an invalid format tag"));
}
```
## Benchmarks ## Benchmarks

Loading…
Cancel
Save