Opened 9 years ago
Closed 9 years ago
#8781 closed Bugs (fixed)
Compile basic_binary_oprimitive.ipp and basic_binary_iprimitive.ipp error
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | To Be Determined | Component: | serialization |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
Tested with msvc-11.0 on Windows7 x64 with Boost 1.54.0
When I include following files in my project #include <boost/archive/impl/basic_binary_oprimitive.ipp> #include <boost/archive/impl/basic_binary_iprimitive.ipp> Compiler report lots of errors.
I read source codes and find them lack head file. I found a quick fix. add #include <boost/archive/basic_binary_oprimitive.hpp> include head file and #include <boost/archive/basic_binary_iprimitive.hpp> include head file to each file can solve this problem.
Change History (2)
comment:1 by , 9 years ago
Component: | None → serialization |
---|---|
Owner: | set to |
comment:2 by , 9 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
suggestion applied in trunk
RObert Ramey