[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] LuaClassBasedCall 2.0
- From: Patrick Rapin <toupie300@...>
- Date: Tue, 4 Oct 2011 14:14:03 +0200
> study an alternate syntax using << and >> ...
In fact, it was very easy to add that new syntax, be reusing overloaded classes constructors.
So it is already there, in version 2.0.1
If you like the <iostream> usage (I personally don't), you now have the possibility to write something like this:
void test()
{
lua::Lua L;
L << 42 << ", Hello " << L"World" >>