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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T21:12:26+00:00 2026-05-26T21:12:26+00:00

EDIT 11/3/2011 9:37pm: This is my error: error: no matching function for call to

  • 0

EDIT 11/3/2011 9:37pm:

This is my error:

 error: no matching function for call to "charList_join(const char [1], CISP430_A5::linked_list<char>&)"

and this is my prototype:

template <typename Item>
string charList_join(const char* glue, linked_list<char> pieces);

and this is my function call:

charList_join("", usedChars)

where usedChars is a static linked_list<char> declared in the same scope where charList_join() is called.

EDIT 11/4/2011 8:45am: Ok, so here is my code with unnecessary functions removed:

[sehe: edited from pastebin to github]

  • browse it online at github
  • download it with git:

     git clone git://gist.github.com/1340832.git
    

I’m getting the error on line 57, column 68 of premute_append.cpp. I’ve included the makefile so you can attempt to build it if you want. I’m only getting one single error at this point, but I just don’t have any idea what it means.

If you try to compile the error will look like this:

[cisw320b_stu022@scc-bdiv-cis assn5]$ make
g++ -c main.cpp
g++ -c permute_append.cpp
permute_append.cpp: In member function âCISP430_A5::linked_list<std::basic_string<char> > CISP430_A5::permute_append::permute(CISP430_A5::linked_list<char>)â:
permute_append.cpp:57:68: error: no matching function for call to âcharList_join(const char [1], CISP430_A5::linked_list<char>&)â
make: *** [permute_append.o] Error 1

Any idea why I’m getting this error?

  • 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-26T21:12:26+00:00Added an answer on May 26, 2026 at 9:12 pm
    string charList_join(const char* glue, linked_list<char> pieces);
    

    is actually

    template< typename Item >
    string charList_join(const char* glue, linked_list<char> pieces);
    

    Since Item is not detected from any of the arguments, you should pass it explicitly:

    charList_join<SomeItemType>( "", usedChars);
    

    Or perhaps you just wanted instead:

    template< typename Item >
    string charList_join(const char* glue, linked_list<Item> pieces);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am following this tutorial: http://www.9lessons.info/2011/03/live-table-edit-with-jquery-and-ajax.html My addition is most content is ajax/json/dynamic. I
Edit: This question was written in 2008, which was like 3 internet ages ago.
EDIT: This was formerly more explicitly titled: - Best solution to stop Kontiki's KHOST.EXE
EDIT: This question is more about language engineering than C++ itself. I used C++
Edit: This was accidentally posted twice. Original: VB.NET Importing Classes I've seen some code
Edit: I have solved this by myself. See my answer below I have set
Here is my anchor tag <a href=/availability-calendars/28/2011/12/edit?destination=node%2F28>edit</a> I want to extract 2011/12 from the
Am using an NSMutableSet that is working great, up until this weird SIGABRT error
Edit 5/11/2011: I guess it's a bit worse than what's below; in my deployed
Starting with : 2011-01-17 09:30:00 Let's say I want to edit just the date

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.