We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b49d8 commit 6447b40Copy full SHA for 6447b40
include/boost/array.hpp
@@ -390,24 +390,6 @@ namespace boost {
390
return arg.elems;
391
}
392
393
-#if 0
394
- // Overload for std::array, assuming that std::array will have
395
- // explicit conversion functions as discussed at the WG21 meeting
396
- // in Summit, March 2009.
397
- template <typename T, std::size_t N>
398
- T(&get_c_array(std::array<T,N>& arg))[N]
399
- {
400
- return static_cast<T(&)[N]>(arg);
401
- }
402
-
403
- // Const version.
404
405
- const T(&get_c_array(const std::array<T,N>& arg))[N]
406
407
408
409
-#endif
410
411
template <class It> std::size_t hash_range(It, It);
412
413
template<class T, std::size_t N>
0 commit comments