Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
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.
#8
Use std::is_base_of to subset STL container contents.
C++ instantiation
Fibonacci stairs
delete from list
MSVC alias template
Test
VS struct_member_name
boost::synchronize
parameter pack workaround
Please log in to post a comment.