Closed GoogleCodeExporter closed 9 years ago
I would assume that there is another issue causing the linker error. Usually
VS2010 happily accepts undefined but unused(!) symbols. So apparently VS2010
(or your code) seems to require the copy constructor, where the empty
definition would actually cause more problems.
Can you post the detailed error message and maybe a minimal example?
Original comment by philipp....@gmail.com
on 1 Feb 2014 at 7:13
it may be the case that, a member variable of type Value or Document is placed
inside a class, and that class needed to be copyable.
Original comment by milo...@gmail.com
on 30 Jun 2014 at 5:01
Maybe similar to this
http://stackoverflow.com/questions/22471567/rapidjson-undefined-refrence
Original comment by milo...@gmail.com
on 30 Jun 2014 at 5:05
Ah. You are correct, Value/Document are currently used in copyable classes.
Original comment by tbtt...@gmail.com
on 24 Jul 2014 at 11:07
Original comment by milo...@gmail.com
on 25 Jul 2014 at 1:30
Original issue reported on code.google.com by
tbtt...@gmail.com
on 31 Jan 2014 at 8:07