Updated READMEs
This commit is contained in:
parent
631e501393
commit
08a7bb9774
|
@ -19,6 +19,11 @@ stamp-h1
|
|||
libpipecolors.pc
|
||||
tests/
|
||||
test/
|
||||
src/libpipecolors-boost.cc
|
||||
src/libpipecolors.la
|
||||
src/libpipecolors.lo
|
||||
src/libpipecolors.o
|
||||
|
||||
/timestamp
|
||||
# Ignore backup files
|
||||
*~
|
||||
|
|
2
README
2
README
|
@ -18,7 +18,7 @@ int pcsprintf(char * str, const char * format, ...);
|
|||
***********
|
||||
|
||||
[x] Remove std::map requirement
|
||||
[ ] Remove boost requirement without forcing -std=c++11
|
||||
[x] Remove boost requirement without forcing -std=c++11 (Reduced size from 1.2M to 87K)
|
||||
|
||||
*****************
|
||||
** Example use **
|
||||
|
|
|
@ -10,7 +10,7 @@ int pcsprintf(char * str, const char * format, ...);
|
|||
```
|
||||
### To Do
|
||||
- [x] Remove std::map requirement
|
||||
- [ ] Remove boost requirement without forcing `-std=c++11`
|
||||
- [x] Remove boost requirement without forcing `-std=c++11` (Reduced size from 1.2M to 87K)
|
||||
|
||||
## Example use
|
||||
|
||||
|
|
Loading…
Reference in New Issue