Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Blog
lref assignment
//clang 3.8.0 #include <string> using std::string; int main() { string&& rref = string(); string& lref = rref; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
Diamond example
ghfhfgh
Fun with Pointers #1
user defined exception
Pointer array
Linear search
__FUNCTION__ not a preprocessor macro on clang
Thread-safe Interval Average Calculator
template specialization inheritance problem
Access to temporary object
stackse - search stackoverflow differently
Please log in to post a comment.