Allman
Allman

Reputation: 300

Does Boost C++ library support Solaris on Sparc?

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?

Upvotes: 9

Views: 1621

Answers (1)

ForEveR
ForEveR

Reputation: 55897

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

Upvotes: 3

Related Questions