mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #310] [CLOSED] Core: Added size_t as a Value supported type. #303
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#303
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ultimatepp/ultimatepp/pull/310
Author: @klugier
Created: 10/16/2025
Status: ❌ Closed
Base:
master← Head:klugier/value-size-t📝 Commits (3)
c0367e5Core: Added size_t as a Value supported type.76e4609.cosmeticsa576d0f.cosmetics📊 Changes
4 files changed (+22 additions, -0 deletions)
View changed files
📝
uppsrc/Core/Defs.h(+3 -0)📝
uppsrc/Core/Value.cpp(+9 -0)📝
uppsrc/Core/Value.h(+6 -0)📝
uppsrc/Core/src.tpp/Value_en-us.tpp(+4 -0)📄 Description
This PR add size_t as a supported type in Value class. Moreover, it added proper documentation and fix missing documentation for float type.
Motivation:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.