9

I have been looking at Boost libraries for development of a cross-platform network server library. It is supposed to be used on Windows/Linux/Solaris. Does boost support these three?

Only thing i can find by googling is some build trouble and that "Boost supports most modern operating systems"

I'm pretty new to Boost so maybe someone more used to it knows where this is more specifically specified?

Allman
  • 290
  • 2
  • 12
  • 2
    In all boost releases there are versions, that this release support. Look here for example http://www.boost.org/users/history/version_1_52_0.html – ForEveR Apr 12 '13 at 09:36
  • okay, thanks =) I see SunOS 5.10 is supported in Boost 1.52, which would mean Solaris 10 i assume. Thanks a lot @ForEveR :) – Allman Apr 12 '13 at 09:41
  • Okay, meta-question here: the comment is answer enough for me, can I mark it as answer so @ForEveR gets creds? – Allman Apr 12 '13 at 09:45
  • 1
    @ForEveR can post his comment as an answer, then you can mark it as accepted. – Martin Törnwall Apr 12 '13 at 09:46

1 Answers1

3

In all boost releases there are versions, that this release support. Look for example here

ForEveR
  • 55,233
  • 2
  • 119
  • 133