Run Code
|
API
|
Code Wall
|
Users
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
variable template not supported
//Microsoft (R) C/C++ Optimizing Compiler Version 19.00.23506 for x86 #include <iostream> template<class T> struct tag_t{ using type=T; constexpr tag_t(){} }; template<class T> constexpr tag_t<T> tag{}; int main() { std::cout << "Hello, world!\n"; }
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
operator new / delete
std::current_exception makes a copy
Guess a number in c++
Sum of numbers in a series using sum formular
hangman
throwing Copyable versus throwing MoveOnly
ordinary queue
hangman
Generic EventProvider
Temp 1
Please log in to post a comment.