|
|
|
|
|
by properparity
1557 days ago
|
|
C++ shouldn't be a problem? Just add a new namespace: std::move_fast_and_break_things::vector Or maybe the other way around so you can keep using std::vector:
move_fast_and_break_things::std::vector Then you can add a 'using namespace move_fast_and_break_things;' at the top of your files if you know you don't care about the ABI in your program. |
|