Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • X Xdmf
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 30
    • Issues 30
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Xdmf
  • Xdmf
  • Merge requests
  • !13

expose parent class's methods to avoid comp warnings

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged David E. DeMarle requested to merge demarle/xdmf:dont-hide-parent-methods into master Jul 07, 2016
  • Overview 2
  • Commits 1
  • Changes 2

-Woverloaded-virtual complains because XdmfGrid's get* is hidden and made uncallable by the non virtual method of the same in the child class. Making the child virtual is problematic since the template parameter is not const in both.

This change ensures that both are visible to the user and prevents the compilation warning.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dont-hide-parent-methods