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
Dynamically allocated array in unique_ptr with custom deleter.
Graphs Iteration 2.1 Directed Graphs
applidiumResto_NicolasCarre
uniq ptr
Exploring stringstreams
Linker error while taking the address of a constexpr variable
What's the problem with this?
Rounding float to nearest 1000
Check if a year is leap year or not
khcmknhc