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

  • SEARCH
  • Home
  • 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 8448379
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T10:24:41+00:00 2026-06-10T10:24:41+00:00

Why doesn’t the following produce a compiler error? template<typename T> const T testFunc() {

  • 0

Why doesn’t the following produce a compiler error?

template<typename T>
const T testFunc()
{
    return T();
}

float* ptr = testFunc<float*>(); // ptr is not const - should be a compiler error!

In this example, testFunc() should be returning a constant float*, so shouldn’t there be a compiler error when I try to assign it to a non-const float* ?

  • 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-10T10:24:42+00:00Added an answer on June 10, 2026 at 10:24 am

    You are wrong on your expectations, the returned pointer will be const, not the object pointed. The specialization is equivalent to:

    float * const testFunc<float*>();
    

    Rather than:

    float const * testFunc<float*>();
    

    In your example, the code at the call side is copying from a const pointer to a non-const pointer, which is fine.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Why doesn't this: def subsets(x): if not x: return [[]] else: return [x +
Doesn't value have to return toString() to be able to call value.toString()? When do
Why doesn't this code work? b if b = true Error: undefined local variable
Doesn't produce a app.config . In my team there is a guy who has
Why doesn't this work: <Style TargetType=s:Substance> <Setter Property=Template> <Setter.Value> <DataTemplate> <StackPanel> <TextBlock Text={TemplateBinding Name}/>
Why doesn't this work? type RetryBuilder(max) = member x.Return(a) = a // Enable 'return'
Why doesn't JSON.stringify() display prop2? var newObj = { prop1: true, prop2: function(){ return
Why doesn't this work? I'm reading for simplejson JsonDecoder, true should be parsable and
Why doesn't the following doesn't handle the exception that was rethrown? I tried all
Doesn't using Google CDN for jquery break the rule of not using cross domain

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.