Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8531331
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T09:27:35+00:00 2026-06-11T09:27:35+00:00

Quote from n3337 12.3.1/3 A non-explicit copy/move constructor (12.8) is a converting constructor. An

  • 0

Quote from n3337 12.3.1/3

A non-explicit copy/move constructor (12.8) is a converting
constructor. An implicitly-declared copy/move constructor is not an
explicit constructor; it may be called for implicit type conversions.

Quote from ANSI ISO IEC 14882 2003

A non-explicit copy-constructor (12.8) is a converting constructor. An
implicitly-declared copy constructor is not an explicit constructor;
it may be called for implicit type conversions.

I have no ideas, how copy-constructor can be used for implicit type conversions. And if it’s misprint/error in standard, why it’s not corrected since C++03 standard? Any links and examples (if we can use it for type conversions) are really appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T09:27:36+00:00Added an answer on June 11, 2026 at 9:27 am

    A copy constructor can convert from an object of a derived type by slicing it:

    struct A {};
    struct B : A {};
    
    B b;
    A a = b; // uses A::A(A const&) to convert B to A
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Quote from Jason Coco it not possible to set multiple in UILabel... but how
A quote from MSDN Assigning an instance of this type is not thread safe
First, a quote from the ole' manual on ArrayAccess::offsetSet() : This function is not
Quote from the PHP documentation on overloading : It is not possible to use
Quote from ( Safe in C# not in C++, simple return of pointer /
Quote from Wikipedia : A public key token. This is a 64-bit hash of
Quote from Head first html: You can add padding to the top and bottom
Quote from hib official docs: Starting with version 3.0.1, Hibernate added the SessionFactory.getCurrentSession() method.
I would like to trim a beginning and ending double quote () from a
From 2.13.2/3 The double quote and the question mark ? , can be represented

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.