Documentation updates and new Doxyfile; new unit test and minor fix;

moved minmax_macro; new example.


[SVN r52655]
This commit is contained in:
Jesse Williamson
2009-04-28 19:57:54 +00:00
parent 3f2bbf41d2
commit e9c9685fe9
22 changed files with 1575 additions and 835 deletions

7
example/Makefile Normal file
View File

@ -0,0 +1,7 @@
BOOST_ALGORITHM_INC=-I../../../ -I../../../boost/
CXX=c++
all:
$(CXX) -Wall -o example_1 example_1.cpp $(BOOST_ALGORITHM_INC)