Fixed broken links, added copyright declarations, renamed some long file names

[SVN r18525]
This commit is contained in:
John Maddock
2003-05-24 11:13:26 +00:00
parent 70199360d3
commit 8fb69853fc
36 changed files with 77 additions and 63 deletions

View File

@ -1,3 +1,5 @@
# copyright John Maddock 2003
subproject libs/regex/example ;
# bring in the rules for testing
@ -42,6 +44,9 @@ test-suite regex-examples :
[ regex-test-run snippets/regex_search_example.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
[ regex-test-run snippets/regex_split_example_1.cpp : -auto ]
[ regex-test-run snippets/regex_split_example_2.cpp : $(BOOST_ROOT)/libs/regex/doc/index.html ]
[ regex-test-run snippets/regex_token_iterator_eg_1.cpp : -auto ]
[ regex-test-run snippets/regex_token_iterator_eg_2.cpp : $(BOOST_ROOT)/libs/regex/doc/index.html ]
[ regex-test-run snippets/regex_iterator_example.cpp : $(BOOST_ROOT)/boost/rational.hpp ]
;

View File

@ -147,9 +147,10 @@ int main(int argc, const char** argv)
int main()
{
return 0;
};
}
#endif