Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
visual-wtf
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <iostream> #include <string> void wtf (std::string &a) { a = true; } int main() { std::string a = "wtf"; wtf(a); std::cout << a; }
run
|
edit
|
history
|
help
0
empty base bug
hyy
#19
codecvt wide string conversion with multibyte chars and locale + concatenation
#31
default
variable template not supported
cv2
#30.1
Number of paths in matrix