This is an automated email from the ASF dual-hosted git repository. chaokunyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/fory-site.git
commit 9a59a7fe5aa2d970d0bd8500fe1ed311bc9daa6e Author: chaokunyang <[email protected]> AuthorDate: Sun Jan 25 11:05:13 2026 +0000 🔄 synced local 'docs/specification/' with remote 'docs/specification/' --- docs/specification/xlang_serialization_spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/specification/xlang_serialization_spec.md b/docs/specification/xlang_serialization_spec.md index 530edbac5..e02ee979c 100644 --- a/docs/specification/xlang_serialization_spec.md +++ b/docs/specification/xlang_serialization_spec.md @@ -1636,7 +1636,7 @@ Meta strings are required for enum and struct serialization (encoding field name ### C++ -- Compile-time reflection via macros (`FORY_STRUCT`, `FORY_FIELD_INFO`) +- Compile-time reflection via macros (`FORY_STRUCT`) - Template meta programming for type dispatch and serializer selection - Uses `std::shared_ptr` for reference tracking - Compile-time field ordering --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
