Opened 9 years ago
Closed 9 years ago
#9251 closed Bugs (invalid)
Serialization problem under VS 2012
Reported by: | Owned by: | Robert Ramey | |
---|---|---|---|
Milestone: | To Be Determined | Component: | serialization |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Visual Studio, vector, complex, serialization | Cc: |
Description
Hello,
There seems to be a problem when serializing a vector<complex<double>> object. However, this only affects MSVC; in particular, I have found that VS2012 has the bug, and others have reported that g++ works fine.
Further explanation and a simple code that reproduces this issue can be found here.
Note:
See TracTickets
for help on using tickets.