mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 19:15:54 +00:00
Fix compilation on FreeBSD.
This commit is contained in:
@@ -280,11 +280,11 @@
|
|||||||
# include <tr1/functional>
|
# include <tr1/functional>
|
||||||
# endif
|
# endif
|
||||||
|
|
||||||
#elif BEAST_LINUX
|
#elif BEAST_LINUX || BEAST_BSD
|
||||||
# include <tr1/functional>
|
# include <tr1/functional>
|
||||||
|
|
||||||
#else
|
#else
|
||||||
# error Unnkown platform!
|
# error Unknown platform!
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ using std::tr1::placeholders::_1;
|
|||||||
using std::tr1::placeholders::_2;
|
using std::tr1::placeholders::_2;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#elif BEAST_LINUX
|
#elif BEAST_LINUX || BEAST_BSD
|
||||||
using std::tr1::bind;
|
using std::tr1::bind;
|
||||||
using std::tr1::placeholders::_1;
|
using std::tr1::placeholders::_1;
|
||||||
using std::tr1::placeholders::_2;
|
using std::tr1::placeholders::_2;
|
||||||
|
|||||||
Reference in New Issue
Block a user