Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
PrintAddress
//clang 3.8.0 #include <iostream> struct Foo { int x; }; template <class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& operator<<(std::basic_ostream<_CharT, _Traits>& stream, const Foo& foo) { return stream << "Foo<" << &foo << ">"; } int main() { Foo foo; std::cout << foo; }
run
|
edit
|
history
|
help
0
vector flavors....
11/29
wasm test for node
Linker error while taking the address of a constexpr variable
Forgetting to check end
001
template specialization inheritance problem
List comprehension in C++ using functional patterns
Segment Tree Impl
program_4