summaryrefslogtreecommitdiff
path: root/indra/llmath/llquaternion.h
diff options
context:
space:
mode:
authorNat Goodspeed <nat@lindenlab.com>2024-06-28 07:54:46 -0400
committerNat Goodspeed <nat@lindenlab.com>2024-06-28 07:54:46 -0400
commitfbeff6d8052d4b614a0a2c8ebaf35b45379ab578 (patch)
tree66f8d41c811bf21a4087af96216da1c92a4ef399 /indra/llmath/llquaternion.h
parent982ea7fb796924877e95bee2f9ba6b2296219139 (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/llmath/llquaternion.h')
0 files changed, 0 insertions, 0 deletions