]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/libs/wave/ChangeLog
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / wave / ChangeLog
index e52bf2102572c9de0a56ec427b4c571145d28098..69f0918eda40dc74c00dbf14eca8057c50d043ed 100644 (file)
@@ -18,6 +18,15 @@ TODO (known issues):
 
 CHANGELOG
 
+Boost V1.79:
+  - Removed support for C++03 (as a compiler) - previously deprecated in 1.74
+  - Fixed #135: Comma operators in array subscripts are deprecated in C++20
+  - Fixed #137: Simple unknown directive => found_unknown_directive is not called, stripped of pound.
+  - Fixed #138: Empty ifdef block does not emit line directive for missing whitespace
+  - Fixed #143: Parsing __has_include() fails with trailing tokens
+  - Fixed #145: Sanitizer complains about reset_version()
+  - Fixed #147: bitwise operations between different enumeration types are deprecated
+
 Boost V1.75:
   - Introduced C++20 tokens, including the spaceship operator
   - Fixed #94: Tricky line number tracking logic for __LINE__ and __FILE__