]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/algorithm/example/Jamfile.v2
update sources to v12.2.3
[ceph.git] / ceph / src / boost / libs / algorithm / example / Jamfile.v2
index ce067cfeb7fc33182f1cef0c5c0a442267ac9d6b..4512a53bbbfff928dbd45b49ff9e7b015d84fa24 100644 (file)
@@ -21,4 +21,5 @@ project /boost/algorithm/example
 exe clamp_example   : clamp_example.cpp ;
 exe search_example  : search_example.cpp ;
 exe is_palindrome_example  : is_palindrome_example.cpp;
+exe is_partitioned_until_example  : is_partitioned_until_example.cpp;