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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T02:08:55+00:00 2026-06-03T02:08:55+00:00

Possible Duplicate: Creating C macro with ## and LINE (token concatenation with positioning macro)

  • 0

Possible Duplicate:
Creating C macro with ## and LINE (token concatenation with positioning macro)

I am trying to use the __LINE__ macro to generate different variable names. I have a scoped benchmark class called Benchmark(located in the utils namespace) and it’s constructor takes a string. Here is the macro definition I have created:

#define BENCHMARK_SCOPE utils::Benchmark bm##__LINE__(std::string(__FUNCTION__))

Unfortunately this causes the following error:

<some_file_name>(59): error C2374: 'bm__LINE__' : redefinition; multiple initialization

This leads me to the conclusion the __LINE__ macros does not get expanded. I have created my macross according to this post. Do you have ideas why __LINE__ does not get expanded?

EDIT: probably the compiler info is also relevent. I am using visual studio 2010.

  • 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-03T02:08:57+00:00Added an answer on June 3, 2026 at 2:08 am

    You need to use combination of 2 macros:

    #define COMBINE1(X,Y) X##Y  // helper macro
    #define COMBINE(X,Y) COMBINE1(X,Y)
    

    And then use it as,

    COMBINE(x,__LINE__);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Creating Nondeterministic functions in SQL Server using RAND() I need to generate
Possible Duplicate: Creating ELF instead of a.out When I use the command gcc hello.cpp
Possible Duplicate: Android Emulator - Trouble creating user accounts I'm trying to register a
Possible Duplicate: Creating makefile Hello, I am trying to create the makefiles and configure
Possible Duplicate: What is the use of creating a constructor for an abstract class
Possible Duplicate: PHP: How to generate a random, unique, alphanumeric string? I'm creating the
Possible Duplicate: Generate unique random numbers in Java I am creating a lottery app
Possible Duplicate: Best way to stop SQL Injection in PHP I am creating a
Possible Duplicate: XNA Mouse Movement Basically, I am creating a game using XNA, and
Possible Duplicate: What is the 'new' keyword in JavaScript? creating objects from JS closure:

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.