Fixed multiple definitions of _lang user defined literal
This commit is contained in:
parent
bd5da4a36e
commit
4a8e59a95b
@ -25,7 +25,7 @@ namespace hex {
|
||||
|
||||
namespace lang_literals {
|
||||
|
||||
LangEntry operator""_lang(const char *string, size_t) {
|
||||
inline LangEntry operator""_lang(const char *string, size_t) {
|
||||
return LangEntry(string);
|
||||
}
|
||||
|
||||
|
@ -200,7 +200,6 @@ namespace hex {
|
||||
}
|
||||
|
||||
void Window::frameBegin() {
|
||||
printf("%s\n", static_cast<const char*>("hello.world"_lang));
|
||||
glfwPollEvents();
|
||||
|
||||
ImGui_ImplOpenGL3_NewFrame();
|
||||
|
Loading…
x
Reference in New Issue
Block a user