Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
constmsvc
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <iostream> int a(float b); int main() { std::cout << a(10); } int a(const float b) { return b; }
run
|
edit
|
history
|
help
0
Preserving strict aliasing Union example
Thing v.2
Error with move capture of a const ref in a lambda function
timeConversion
Noexcept
1
Copy double[2][3] into vector<vector<double>>
Printf %px test
rang_warnings
empty base bug