2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-26 18:52:26 +00:00
[SVN r62925]
This commit is contained in:
Marshall Clow
2010-06-14 01:33:59 +00:00
parent b63d44e781
commit 1f04129832

View File

@@ -101,7 +101,7 @@ namespace boost { namespace python
struct arg
{
template <class T>
arg &perator = (T const &value);
arg &operator = (T const &value);
explicit arg (char const *name){elements[0].name = name;}
};