[2/3] mesos git commit: Added `is_specialization_of` trait.

2017-08-31 Thread jieyu
Added `is_specialization_of` trait. This trait can be used to determine if some type `T` is a specialization of a template type, e.g., if `T` is a specialization of `Future` or `Try`. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

[2/3] mesos git commit: Added `is_specialization_of` trait.

2017-08-31 Thread jieyu
Added `is_specialization_of` trait. This trait can be used to determine if some type `T` is a specialization of a template type, e.g., if `T` is a specialization of `Future` or `Try`. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit:

mesos git commit: Added `is_specialization_of` trait.

2017-08-31 Thread jieyu
Repository: mesos Updated Branches: refs/heads/1.4.x 5a51deb2f -> 3293e4a61 Added `is_specialization_of` trait. This trait can be used to determine if some type `T` is a specialization of a template type, e.g., if `T` is a specialization of `Future` or `Try`. Project:

mesos git commit: Added `is_specialization_of` trait.

2017-08-30 Thread benh
Repository: mesos Updated Branches: refs/heads/master 8e044f3cd -> 718d27b41 Added `is_specialization_of` trait. This trait can be used to determine if some type `T` is a specialization of a template type, e.g., if `T` is a specialization of `Future` or `Try`. Project: