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...
Lody asked 1/3, 2013 at 13:3

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...
Araujo asked 26/8, 2013 at 0:15

3

Solved

There is lots of sweet stuff in TR2. Is that going to be in C++17? I understand that TR1 was completed in 2005 and had to wait until C++11 to be standardized. But I also understand that TR2 is alr...
Gillette asked 21/11, 2014 at 20:15

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...
Kmeson asked 13/1, 2011 at 18:11

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.