Browse Source

none_t/none reimplemented to avoid precompiled header issues (thanks to Joe Gottam)
optional<T> now has direct relational operator
optional<T>::operator-> fixed for reference types


[SVN r37126]

Fernando Cacciola 19 years ago
parent
commit
b2d0eb4858
2 changed files with 2 additions and 2 deletions
  1. 1 1
      libs/numeric/conversion
  2. 1 1
      libs/optional

+ 1 - 1
libs/numeric/conversion

@@ -1 +1 @@
-Subproject commit 8d280273786ef1c5e429fceb27d5cbaf953ff755
+Subproject commit b4dff23f4aedd9f49fa863439715e6bd94138a87

+ 1 - 1
libs/optional

@@ -1 +1 @@
-Subproject commit 9bbde2be14ae0dde6eec6e250ca8c1fdcd9cb3ef
+Subproject commit b6a1946a606ed0016479a27f74d736a550aa2c74

粤ICP备19079148号