GCC 4.3 fixes, thanks to Tom Browder
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@898 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
1ca2df042d
commit
c6d6cada99
4 changed files with 9 additions and 13 deletions
|
@ -74,7 +74,7 @@ Loki::OrderedStatic<1,L1> l1;
|
|||
Loki::OrderedStatic<2,L2> l2;
|
||||
|
||||
Loki::OrderedStatic<1, std::string, std::string(*)() > s1( &func );
|
||||
Loki::OrderedStatic<2, std::string, Loki::Seq<char *> > s2( "s2" );
|
||||
Loki::OrderedStatic<2, std::string, Loki::Seq<const char *> > s2( "s2" );
|
||||
|
||||
Loki::OrderedStatic<1, Loki::Functor<int>, Loki::Seq<int(*)()> > f1(f);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue