Skip to content

Commit

Permalink
Fix tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
YaaZ committed Sep 22, 2023
1 parent c449b34 commit 607177a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glm/glm.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -2670,6 +2670,6 @@ export namespace glm {
#if defined(_MSC_VER) // Workaround
// Partial template specialization doesn't need to be exported explicitly, but this may not work otherwise on MSVC.
export namespace std {
using std::hash; // See GLM_GTX_hash
using std::hash; // See GLM_GTX_hash
}
#endif

0 comments on commit 607177a

Please sign in to comment.