Skip to content

Commit

Permalink
Remove c_str docs
Browse files Browse the repository at this point in the history
  • Loading branch information
graeme-hill committed Jun 18, 2017
1 parent 009ea2b commit e5a8c06
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,13 +136,6 @@ There is also a `str()` function that returns a `std::string`:
std::string guidStr = xg::newGuid().str();
```

Or use `c_str()` to get a `char *`:

```cpp
auto g = xg::newGuid();
std::string guidStr = g.c_str();
```

### Creating a guid from raw bytes

It's unlikely that you will need this, but this is done within the library
Expand Down

0 comments on commit e5a8c06

Please sign in to comment.