This is supposed to fix #2806 (compilation problems on OSX 10.9:
0...
1 CXX rpcdump.o
2In file included from rpcdump.cpp:5:
3In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/iostream:38:
4In file included from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/ios:216:
5/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__locale:144:29: error:
6 cannot initialize a parameter of type 'std::__1::locale::facet *' with an lvalue of type
7 'const boost::date_time::time_input_facet<boost::posix_time::ptime, char,
8 std::__1::istreambuf_iterator<char, std::__1::char_traits<char> > > *'
9 __install_ctor(__other, __f, __f ? __f->id.__get() : 0);
10 ^~~
11rpcdump.cpp:31:23: note: in instantiation of function template specialization
12 'std::__1::locale::locale<const
13 boost::date_time::time_input_facet<boost::posix_time::ptime, char,
14 std::__1::istreambuf_iterator<char, std::__1::char_traits<char> > > >' requested here
15 const std::locale loc(std::locale::classic(), &facet);
16 ^
17/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../lib/c++/v1/__locale:96:46: note:
18 passing argument to parameter here
19 void __install_ctor(const locale&, facet*, long);
20 ^
211 error generated.
22make[3]: *** [rpcdump.o] Error 1
23make[2]: *** [all-recursive] Error 1
24make[1]: *** [all] Error 2
25make: *** [all-recursive] Error 1
26```)