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 4017318
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T09:50:47+00:00 2026-05-20T09:50:47+00:00

I am intending to make a constant Vector const madness::Vector<double,3> kvec(0.0, 0.0, 1.0); By

  • 0

I am intending to make a constant Vector

const  madness::Vector<double,3> kvec(0.0, 0.0, 1.0);

By calling the following code

template <typename T>
Vector<T,3> vec(T x, T y, T z) {
   Vector<T,3> r; r[0] = x; r[1] = y; r[2] = z;
   return r;
}

Unfortunately, I get an error which seems to say

extra.cc:216: error: no matching function for call to ‘madness::Vector<double, 3ul>::Vector(double, double, double)’
note: candidates are: madness::Vector<T, N>::Vector(const madness::Vector<T, N>&) [with T = double, long unsigned int N = 3ul]
note:                 madness::Vector<T, N>::Vector() [with T = double, long unsigned int N = 3ul]

I can’t help but notice the 3ul in the error message. Why does the compiler think my innocent little three is an unsigned long?

Thanks in advance,
Nick

  • 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-05-20T09:50:48+00:00Added an answer on May 20, 2026 at 9:50 am

    is your Vector class template perhaps:

    template<typename T, size_t N> class Vector ...
    

    And is your size_t perhaps an unsigned long?

    Also, I suspect you really meant:

    const  madness::Vector<double,3> kvec = vec(0.0, 0.0, 1.0);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following HTML intending to make sure that the inner span isn't
I'm intending to use the new .NET 4 Code Contracts feature for future development.
I'm intending to use JCrop for a standard image upload feature. Everything is all
I am intending to use SQLite 3 with PHP 5. I found this: http://packages.debian.org/etch/web/php5-sqlite3
I'm intending to create a flash app that pulls images from facebook and displays
I am intending to create a small api, that will do some php functions,
I am still developing this function, but here is what I am intending it
I'm starting to do a small amount of development within my company. I'm intending
First off I want to make the claim that I am in no way
I would like to achieve the following structure: [gfhtfg..., kgjrfg..., asd, mrhgf, ] ^-------^

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.