]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/log/example/bounded_async_log/main.cpp
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / log / example / bounded_async_log / main.cpp
index 14dee2f5ee9e2e0795f48c31ffd6ad342666ee08..50e347d3283c0fe75ca5cdf683e42dc013e0c5e9 100644 (file)
@@ -88,7 +88,7 @@ int main(int argc, char* argv[])
         shared_ptr< sink_t > sink(new sink_t(
             boost::make_shared< backend_t >(),
             // We'll apply record ordering to ensure that records from different threads go sequentially in the file
-            keywords::order = logging::make_attr_ordering("RecordID", std::less< unsigned int >())));
+            keywords::order = logging::make_attr_ordering< unsigned int >("RecordID", std::less< unsigned int >())));
 
         sink->locked_backend()->add_stream(strm);