1
0
forked from boostorg/bind

Switched GCC to use inline function placeholders because of PCH limitations (Matthew Gruenke)

[SVN r31210]
This commit is contained in:
Peter Dimov
2005-10-06 19:03:19 +00:00
parent 3b89e4215b
commit 5fbb6558ec

View File

@@ -25,7 +25,7 @@
namespace
{
#if defined(__BORLANDC__)
#if defined(__BORLANDC__) || defined(__GNUC__)
static inline boost::arg<1> _1() { return boost::arg<1>(); }
static inline boost::arg<2> _2() { return boost::arg<2>(); }