7 Commits

Author SHA1 Message Date
Syoyo Fujita
9ac9b8792f Fix build errors: use std::move for set_value() calls
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>
2025-09-06 01:49:10 +09:00
Syoyo Fujita
b6012fa2a2 fix build. 2025-09-04 03:13:11 +09:00
Syoyo Fujita
2c60b501c3 Initial support of FileFormat handler API. 2023-09-22 21:05:48 +09:00
Syoyo Fujita
70ffec0326 AssertResolutionResolver refactoring. 2023-09-21 22:19:31 +09:00
Syoyo Fujita
d000dd5107 Fileformat & filesystem API W.I.P. 2023-09-21 07:29:03 +09:00
Syoyo Fujita
199d6f4166 fileformat handler(W.I.P.) 2023-09-20 23:17:56 +09:00
Syoyo Fujita
a9559f0e09 Fileformat example(W.I.P.) 2023-09-20 22:43:34 +09:00