Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
__FUNCTION__ not a preprocessor macro on clang
//clang 3.8.0 #include <iostream> void foo(const char* msg) { std::cout << msg; } int main() { foo( __FUNCTION__ "Hello, world!\n"); }
run
|
edit
|
history
|
help
0
Throttle Example using circular queue (push all but 2 less than maxSize; then pop all but 2 less than current size)
back_inserter example
numeric_limits
<string> No indirect include of <errno.h>
Example Node Program
Saam hash example
6 7
pack expansion
vf
Narrowing error