Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Is min defined?
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <algorithm> #include <iostream> int main() { #ifdef min std::cout << "min is defined\n"; #else std::cout << "min is not defined\n"; #endif }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
#30.2
c++functor
#7
ExtThes_Uniquify
VS'15 parameter pack sfinae
std::current_exception makes a copy
Templatized Visitor Pattern Example
bad_cast
Catching divide-by-zero with /EHc
rstring
Please log in to post a comment.