]> git.lyx.org Git - lyx.git/blobdiff - 3rdparty/boost/boost/none_t.hpp
Update boost to version 1.62.
[lyx.git] / 3rdparty / boost / boost / none_t.hpp
index 608cb0c35487eafc60c4f3247ee27f3199caef28..008f369d1cda0a28971645413d2fb6e7a082cf56 100644 (file)
@@ -1,5 +1,5 @@
 // Copyright (C) 2003, Fernando Luis Cacciola Carballal.
-// Copyright (C) 2014 Andrzej Krzemienski.
+// Copyright (C) 2014, 2015 Andrzej Krzemienski.
 //
 // Use, modification, and distribution is subject to the Boost Software
 // License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
@@ -29,7 +29,7 @@ class none_t {};
 struct none_t
 {
   struct init_tag{};
-  explicit none_t(init_tag){} // to prevent default constructor
+  explicit none_t(init_tag){} // to disable default constructor
 };
 
 #endif // old implementation workarounds
@@ -37,4 +37,3 @@ struct none_t
 } // namespace boost
 
 #endif // header guard
-