Does NTTP construction always happen for CTAD even if value of type of that specialization is given?

This is (partially) reduced from CTAD instantiates other specialization when explicit argument is given.

https://godbolt.org/z/5To7nKEP3

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>template<int N>
struct Bar {
int n = N;
constexpr Bar() {}
constexpr Bar(const Bar& b): n{b.n - 1} {}
};
template<Bar b> constexpr int get_n() { return b.n; }
constexpr auto b = Bar<1>{};
static_assert(b.n == 1);
#ifdef _MSC_VER
static_assert(get_n<b>() == 1);
#else
static_assert(get_n<b>() == 0);
#endif
</code>
<code>template<int N> struct Bar { int n = N; constexpr Bar() {} constexpr Bar(const Bar& b): n{b.n - 1} {} }; template<Bar b> constexpr int get_n() { return b.n; } constexpr auto b = Bar<1>{}; static_assert(b.n == 1); #ifdef _MSC_VER static_assert(get_n<b>() == 1); #else static_assert(get_n<b>() == 0); #endif </code>
template<int N>
struct Bar {
    int n = N;
    constexpr Bar() {}
    constexpr Bar(const Bar& b): n{b.n - 1} {}
};

template<Bar b> constexpr int get_n() { return b.n; }

constexpr auto b = Bar<1>{};
static_assert(b.n == 1);

#ifdef _MSC_VER
static_assert(get_n<b>() == 1);
#else
static_assert(get_n<b>() == 0);
#endif

Clang and GCC seems always invoke and deduce from Bar‘s constructor(s) to determine the real template argument even if the given argument is of type of specialization of Bar, which MSVC doesn’t agree.

What does the standard say?

9

The program should be ill-formed for either of the static_asserts.

First, note that this has nothing to do with CTAD. If you explicitly specify Bar<1> as template parameter type, you still get the same compiler behavior.

Class template argument deduction is always done and will deduce Bar<1> here.

However, the question is now how the template parameter object is initialized from the template argument to determine the relevant specialization of get_n that will be called.

How exactly this is supposed to happen for class types was underspecified, see CWG issue 2459. I guess this is why you see compiler divergence in your example.

The resolution of the issue with paper P2308R1 at the end of 2023 makes it so that the call get_n<b>() will be ill-formed.

Basically, the new rules state, applied to your example, that we start by imagining a variable defined as

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
<code>constexpr Bar<1> v = b;
</code>
<code>constexpr Bar<1> v = b; </code>
constexpr Bar<1> v = b;

And then we further imagine that the template parameter object (also of type Bar<1> as deduced earlier) is copy-initialized from the expression v. If then the the template parameter object is not template-argument-equivalent to v (i.e. they have the “same” value (and type)), then the program is ill-formed.

That happens in your case, because the copy constructor (which is used in the initialization of v and in the copy-initialization of the template parameter object) will produce a different value in the new object than in the source object.

It seems that none of the compilers have implemented that yet.

2

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật