
5 May
2007
5 May
'07
1:59 a.m.
Stefan Seefeld wrote:
If X is usable without serialization, users shouldn't be forced to also link to the serialization library,
I 100% agree with this.
Thus, I'd suggest to encapsulate the X-serialization functionality into a separate library (may be header-only), such as X_serialization.hpp etc. Then I can still use X stand-alone, and drag in the rest whenever I need it.
and 100% with this as well. Robert Ramey