removed some previous attempted workarounds - they don't work.

[SVN r18855]
This commit is contained in:
John Maddock
2003-06-23 11:02:00 +00:00
parent 3fc6433d44
commit 01a3b56f8a
4 changed files with 6 additions and 7 deletions

View File

@ -774,7 +774,7 @@ bool perl_matcher<BidiIterator, Allocator, traits, Allocator2>::find_restart_lit
template <class BidiIterator, class Allocator, class traits, class Allocator2>
typename perl_matcher<BidiIterator, Allocator, traits, Allocator2>::matcher_proc_type const
perl_matcher<BidiIterator, Allocator, traits, Allocator2>::s_match_vtable[27] =
perl_matcher<BidiIterator, Allocator, traits, Allocator2>::s_match_vtable[] =
{
(&perl_matcher<BidiIterator, Allocator, traits, Allocator2>::match_startmark),
&perl_matcher<BidiIterator, Allocator, traits, Allocator2>::match_endmark,
@ -817,7 +817,7 @@ perl_matcher<BidiIterator, Allocator, traits, Allocator2>::s_match_vtable[27] =
template <class BidiIterator, class Allocator, class traits, class Allocator2>
typename perl_matcher<BidiIterator, Allocator, traits, Allocator2>::matcher_proc_type const
perl_matcher<BidiIterator, Allocator, traits, Allocator2>::s_find_vtable[7] =
perl_matcher<BidiIterator, Allocator, traits, Allocator2>::s_find_vtable[] =
{
&perl_matcher<BidiIterator, Allocator, traits, Allocator2>::find_restart_any,
&perl_matcher<BidiIterator, Allocator, traits, Allocator2>::find_restart_word,