mirror of
https://github.com/boostorg/gil.git
synced 2026-02-19 02:22:09 +00:00
Changed size_t to std::size_t
[SVN r42780]
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at
|
||||
http://www.boost.org/LICENSE_1_0.txt).
|
||||
|
||||
See http://opensource.adobe.com/gil for most recent version including documentation.
|
||||
See http://stlab.adobe.com/gil for most recent version including documentation.
|
||||
*/
|
||||
|
||||
/*************************************************************************************************/
|
||||
@@ -182,7 +182,7 @@ public:
|
||||
_v2(*memunit_advanced(semantic_at_c<2>(ptr),diff)) {}
|
||||
|
||||
// Support for planar_pixel_reference operator[]
|
||||
Element at_c_dynamic(size_t i) const {
|
||||
Element at_c_dynamic(std::size_t i) const {
|
||||
switch (i) {
|
||||
case 0: return _v0;
|
||||
case 1: return _v1;
|
||||
|
||||
Reference in New Issue
Block a user