diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-06-28 07:54:46 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-06-28 07:54:46 -0400 |
commit | fbeff6d8052d4b614a0a2c8ebaf35b45379ab578 (patch) | |
tree | 66f8d41c811bf21a4087af96216da1c92a4ef399 /indra/llcommon/llfasttimer.h | |
parent | 982ea7fb796924877e95bee2f9ba6b2296219139 (diff) |
Give our fsyspath an operator std::string() conversion method.
This is redundant (but harmless) on a Posix system, but it fills a missing
puzzle piece on Windows. The point of fsyspath is to be able to interchange
freely between fsyspath and std::string. Existing fsyspath could be
constructed and assigned from std::string, and we could explicitly call its
string() method to get a std::string, but an implicit fsyspath-to-string
conversion that worked on Posix would trip us up on Windows. Fix that.
Diffstat (limited to 'indra/llcommon/llfasttimer.h')
0 files changed, 0 insertions, 0 deletions