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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T11:13:44+00:00 2026-06-11T11:13:44+00:00

I am trying to build a piece of code in VS 2010 that is

  • 0

I am trying to build a piece of code in VS 2010 that is commonly found online as an example of having a map in shared memory.

#include <boost\interprocess\managed_shared_memory.hpp>
#include <boost\interprocess\containers\map.hpp>

typedef boost::interprocess::map<long,long,
            std::less<long>,
            boost::interprocess::allocator<std::pair<long,long>,
                boost::interprocess::managed_shared_memory::segment_manager> >
        shmap;

boost::interprocess::managed_shared_memory segment1(
    boost::interprocess::create_only, 
    "MySharedMemory", 655360); //segment name and size in bytes

shmap *rp = segment1.construct<shmap>("SharedMap")(
    std::less<long>(), segment1.get_segment_manager());

I get this error which boggles my mind. Any ideas?

error C2338: (container_detail::is_same<std::pair<const Key, T>, typename A::value_type>::value)
  • 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-11T11:13:45+00:00Added an answer on June 11, 2026 at 11:13 am

    Should be

    typedef boost::interprocess::map
    <long,long,std::less<long>,
    boost::interprocess::allocator<std::pair<const long,long>, 
    boost::interprocess::managed_shared_memory::segment_manager> > shmap;
    

    Since internal check is is_same<std::pair<const Key, T>, Allocator::value_type>

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

Sidebar

Related Questions

I'm trying to build multilangual site. I use this piece of code to detect
Issue context: Have a piece of code that's trying to add a new document
I'm trying to write a piece of code that will do the following: Take
I have a piece of source code in our build that is generated by
I am trying to build a piece of software on linux and I need
I'm trying build an App Engine connected Android application and am having some problems
Trying to build openssl-fips-2.0 with NDK, before I was lucky found this link and
I'm trying to build a breadcrumb here and I'm having some trouble doing it.
I'm trying input validation in the following piece of code: typedef unsigned long DATATYPE;
I'm working in VB.Net and I'm trying to make a piece of code more

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.