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

STL error fix for MinGW #11

Merged
merged 1 commit into from
Feb 13, 2013
Merged

STL error fix for MinGW #11

merged 1 commit into from
Feb 13, 2013

Conversation

garettbass
Copy link
Contributor

When namespace std is using namespace tr1, the MinGW STL generates a
compile error due to an ambiguity between the std::__detail and the
std::tr1::__detail namespaces (internal to the implementation). By
changing stl to use both std and std::tr1, the std namespace remains
unchanged and the ambiguity is avoided.

When namespace std is using namespace tr1, the MinGW STL generates a
compile error due to an ambiguity between the std::__detail and the
std::tr1::__detail namespaces (internal to the implementation).  By
changing stl to use both std and std::tr1, the std namespace remains
unchanged and the ambiguity is avoided.
bkaradzic added a commit that referenced this pull request Feb 13, 2013
STL error fix for MinGW
@bkaradzic bkaradzic merged commit 3c0dba7 into bkaradzic:master Feb 13, 2013
CedricGuillemet pushed a commit to CedricGuillemet/bgfx that referenced this pull request Dec 14, 2020
Add bgfx config setting to wait for render to complete during flip
andrewwillmott pushed a commit to andrewwillmott/bgfx that referenced this pull request Feb 8, 2024
* RenderDoc captures in VK headless

* forgot mock implementation
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.

2 participants