Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
K kdlibcpp
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Operations
    • Operations
    • Incidents
  • Analytics
    • Analytics
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • kdlibcpp
  • kdlibcpp
  • Merge requests
  • !29

Merged
Created Mar 26, 2020 by Mikhail I. Izmestev@izmmishaDeveloper

Fix non unique TypeInfo with const value.

  • Overview 0
  • Commits 1
  • Changes 1

This is affected enum definitions, each should have unique TypeInfo instance with value.

loadType return cached instance of TypeInfo, so it will be shared and can't be used to store constant value.

Constants may contain only basic (integral) type value. loadType can be replaced with direct loading of basic TypeInfo.

Assignee
Assign to
Reviewer
Request review from
None
Milestone
None
Assign milestone
Time tracking
Source branch: fix_for_enum