c++-tr2 Questions
3
Solved
struct T1 {};
struct T2: T1 {};
typedef tr2::direct_bases<T2>::type NEW_TYPE ;
should return my something like a touple to bases types. How can I get the nth element
of this __reflection_t...
4
Solved
I'm reading the documentation of std::experimental::optional and I have a good idea about what it does, but I don't understand when I should use it or how I should use it. The site doesn't contain ...
Ing asked 31/5, 2013 at 15:35
1
Solved
I'm writing a template which really needs to know about all the base classes of its parameter type. The std::bases trait proposed by N2965 is perfect for this, however I can't find any reliable inf...
3
Solved
1
Solved
I am having a lot of trouble finding any documentation on the header included with vs2012. I see that it is mentioned here but they don't provide a link on how to use it. What I am really looking f...
Verity asked 28/8, 2012 at 0:33
3
Solved
Reference Link: http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2009/n2849.pdf
I am trying to gather information about TR2 and how it relates to the upcoming C++ Standard, if it does at all.
H...
2
Solved
If found this quote at boost.org:
More Boost libraries are in the pipeline for TR2
It links to the TR2 call from proposals. But I can't seem to find any other information on which boost librar...
Gyration asked 3/2, 2010 at 16:42
1
© 2022 - 2024 — McMap. All rights reserved.