#2852 closed Bugs (worksforme)
I'm trying to compile using boost 1.36.0 and my compiler can't find...
Reported by: | 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 , 14 years ago
Component: | Building Boost → optional |
---|---|
Owner: | set to |
Version: | Boost 1.38.0 → Boost 1.36.0 |
comment:2 by , 13 years ago
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Impossible to diagnose without more information.
comment:3 by , 13 years ago
Version: | Boost 1.36.0 → Boost 1.35.0 |
---|
comment:4 by , 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.
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: