mirror of
https://github.com/lighttransport/tinyusdz.git
synced 2026-01-18 01:11:17 +01:00
Fixed template deduction issues where set_value() was being called with lvalue references, causing TypeTraits specialization errors. Changed all problematic calls to use std::move() to ensure correct non-reference type deduction. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>