From bd67d9075f5dce30d356e18c2771c8edbe1ef694 Mon Sep 17 00:00:00 2001
From: jzmaddock
+ Boost-1.68.0
+
+
+
#pragam
+ warning push/pop
.
+
+
Boost
1.67.0
@@ -70,7 +91,7 @@
-
+
Boost
1.64.0
@@ -78,7 +99,7 @@
Added new trait make_void.
-
+
Boost
1.60.0
@@ -101,7 +122,7 @@
-
+
Boost
1.58.0
@@ -116,7 +137,7 @@
-
+
Boost
1.57.0
@@ -130,7 +151,7 @@
-
+
Boost
1.56.0
@@ -139,7 +160,7 @@
#9474.
-
+
Boost
1.55.0
@@ -147,7 +168,7 @@
Added new trait is_copy_constructible.
-
+
Boost
1.54.0
@@ -158,7 +179,7 @@
has_trivial_move_constructor.
-
+
Boost
1.47.0
@@ -173,7 +194,7 @@
-
+
Boost
1.45.0
@@ -190,7 +211,7 @@
-
+
Boost
1.44.0
@@ -207,7 +228,7 @@
-
+
Boost
1.42.0
diff --git a/doc/html/boost_typetraits/reference/is_assignable.html b/doc/html/boost_typetraits/reference/is_assignable.html
index acadda6..3946570 100644
--- a/doc/html/boost_typetraits/reference/is_assignable.html
+++ b/doc/html/boost_typetraits/reference/is_assignable.html
@@ -33,8 +33,9 @@
Inherits: If std::declval<T>()
= std::declval<U>()
then inherits from true_type,
- otherwise from __flase_type. Type T
- must be a complete type.
+ otherwise from false_type.
+ Type T
must be a complete
+ type.
Note that this trait is somewhat tricky to use correctly: for example: diff --git a/doc/html/index/s11.html b/doc/html/index/s11.html index 59d5871..0946f05 100644 --- a/doc/html/index/s11.html +++ b/doc/html/index/s11.html @@ -24,7 +24,7 @@
A B C D E F H I M N O P R T U V