Does Boost C++ library support Solaris on Sparc?
Asked Answered
T

1

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?

Twosome answered 12/4, 2013 at 9:34 Comment(4)
In all boost releases there are versions, that this release support. Look here for example boost.org/users/history/version_1_52_0.htmlMonocyclic
okay, thanks =) I see SunOS 5.10 is supported in Boost 1.52, which would mean Solaris 10 i assume. Thanks a lot @Monocyclic :)Twosome
Okay, meta-question here: the comment is answer enough for me, can I mark it as answer so @Monocyclic gets creds?Twosome
@Monocyclic can post his comment as an answer, then you can mark it as accepted.Janycejanyte
M
3

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

Monocyclic answered 12/4, 2013 at 9:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.