Opened 14 years ago

Closed 13 years ago

Last modified 13 years ago

#2852 closed Bugs (worksforme)

I'm trying to compile using boost 1.36.0 and my compiler can't find...

Reported by: jchaney@… Owned by: Fernando Cacciola
Milestone: Boost 1.39.0 Component: optional
Version: Boost 1.35.0 Severity: Showstopper
Keywords: Cc:

Description

...m_Storage in optional.hpp. Does anyone know where this variable is declared. I've search my entire boost folder and couldn't find it.

Change History (4)

comment:1 by Steven Watanabe, 14 years ago

Component: Building Boostoptional
Owner: set to Fernando Cacciola
Version: Boost 1.38.0Boost 1.36.0

boost::optional contains a variable called m_storage. It's declared on line 448 of boost/optional/optional.hpp

Is the compiler really complaining about m_Storage? (Note the case of storage.)

Also:

  • What exactly are you doing? Do you have a small test case?
  • What compiler are you using?
  • What is the error message?

comment:2 by Steven Watanabe, 13 years ago

Resolution: worksforme
Status: newclosed

Impossible to diagnose without more information.

comment:3 by anonymous, 13 years ago

Version: Boost 1.36.0Boost 1.35.0

comment:4 by Steven Watanabe, 13 years ago

Changing the version does no good whatsoever. Without answers to the three bullet pointed questions above, there is nothing I can do.

Note: See TracTickets for help on using tickets.