mirror of
https://github.com/boostorg/bind.git
synced 2026-01-30 10:12:40 +01:00
Remove some outdated constructs from tests
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
|
||||
using namespace boost::placeholders;
|
||||
|
||||
//
|
||||
|
||||
int f( int a, int b, int c )
|
||||
{
|
||||
return a + 10 * b + 100 * c;
|
||||
|
||||
Reference in New Issue
Block a user