1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/devel/stlport-icc/pkg-descr
Alexander Leidinger 924028a89b Slave port of devel/stlport for Intels C/C++ compiler.
This is a proof of concept and needs some improvements (it overwrites
the includes of devel/stlport).

It doesn't compile on -current at the moment because of some gcc specific
system headers.

Submitted by:	marius@alchemy.franken.de
2002-09-17 13:01:26 +00:00

14 lines
462 B
Plaintext

STLport is an adaptation of SGI's Standard Template Library.
The goal of the STLport effort is to make SGI's STL
implementation usable with most compilers while retaining full
functionality.
The Standard Template Library is a C++ library of container
classes, algorithms, and iterators providing many of the basic
algorithms and data structures of computer science.
WWW: http://www.sgi.com/Technology/STL/
--
Josh Gilliam <josh@quick.net>