Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
wrong up
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <iostream> #include <memory> #include <functional> using namespace std; class upHolder { unique_ptr<int> up_; upHolder(unique_ptr<int> up) : up_(up){}; }; int main() { cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
C++ standard violation: [templates][explicit instantiation][access checking]
C++ standard library formatted input hexadecimal float without prefix or exponent test case
masodijegy.cpp
list multiply
Error defining lambda inside namespace
Struct packing
move swap
Hangman
postfix eval in c++ - multidigits decimal
MSVC_example_GetAllocLength