{{ message }}
Replies: 2 comments
-
|
Not sure if the |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
I just realized that the namespace
gfxhas two million hits on GitHub alone: it is most likely a common abbreviation for "graphics" and it's used in big engines (it notably appears in the Fuchsia source code).I'm not sure what to do about this. We could probably play it safe and use
namespace timsortinstead, which apparently doesn't exist. That would give atimsort::timsort(...)function, atimsort/timsort.hppheader to include and atimsort::timsortCMake target. It doesn't feel like the coolest solution, but it's probably pragmatic enough.Beta Was this translation helpful? Give feedback.
All reactions