Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix] fix-filesystem-include-error #146

Closed

Conversation

luciouskami
Copy link

@luciouskami luciouskami commented Jun 25, 2023

Description

fix-filesystem-include-error

#141

Motivation and Context

fs is a common acronym for filesystem namespaces that may be defined repeatedly across multiple header files,use aliases instead of explicitly declaring namespaces to avoid namespace redefinition error.

How Has This Been Tested?

before:

Error	C2757	'fs': a symbol with this name already exists and therefore this name cannot be used as a namespace name	
Error	C1907	unable to recover from previous error(s); stopping compilation

after:
build success.

Types of changes

  • [✓] Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • [✓] My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@luciouskami luciouskami deleted the fix-filesystem-include-error branch June 25, 2023 05:50
@luciouskami luciouskami restored the fix-filesystem-include-error branch June 25, 2023 05:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant