mirror of
https://github.com/fmtlib/fmt.git
synced 2026-05-05 03:54:10 +02:00
n -> size
This commit is contained in:
@@ -170,7 +170,7 @@ class BasicStringRef {
|
||||
/**
|
||||
Constructs a string reference object from a C string and a size.
|
||||
*/
|
||||
BasicStringRef(const Char *s, std::size_t n) : data_(s), size_(n) {}
|
||||
BasicStringRef(const Char *s, std::size_t size) : data_(s), size_(size) {}
|
||||
|
||||
/**
|
||||
Constructs a string reference object from a C string computing
|
||||
|
||||
Reference in New Issue
Block a user