Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
AnnotateAttr templated test
//clang 3.8.0 template <typename Trait> struct Test { int a __attribute__((annotate("testAnnotation1"))) __attribute__((annotate("testAnnotation2"))); }; int main() { Test<int> t; Test<bool> t2; return t.a + t2.a; }
run
|
edit
|
history
|
help
0
C++ Program to Print Binary
Compute Power Manually
Optional conversions
DESim Example with Hash Table Starter Code
C++ does not have reference-to-reference types
Assertion Divide by Zero Example
ArrayList
EBO
C++ standard
11/29