Skip to content

Instantly share code, notes, and snippets.

@LDAsuku
Created August 15, 2021 01:12
Show Gist options
  • Save LDAsuku/918b4e3a4cc2a04ff02413cd46733cf6 to your computer and use it in GitHub Desktop.
Save LDAsuku/918b4e3a4cc2a04ff02413cd46733cf6 to your computer and use it in GitHub Desktop.
compile_this_if_you_dare.cpp
#include <map>
int main() {
std::map<int, int *> m;
const int *a;
m.emplace(0, a);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment