Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
a-chernenko authored Oct 27, 2021
1 parent 6b51ac8 commit 8362802
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Branch | Travis CI | AppVeyor

```c

using namespace concol;
using namespace concol_literals;
#ifndef CONCOL_NO_STRING_VIEW
using namespace std::string_view_literals;
#endif


color::set_ostream(stderr);
color::printf("{blue}no color print to stderr\n{}");
color::set_ostream(stdout);
Expand Down

0 comments on commit 8362802

Please sign in to comment.