[Bug c++/71010] error: 'begin' was not declared in this scope

2016-07-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71010 --- Comment #5 from Jonathan Wakely --- (In reply to Ubikovich from comment #3) > But since C++14 cbegin invoke std::begin: > > // http://en.cppreference.com/w/cpp/iterator/begin > template< class C > > constexpr auto cbegin( const C& c ) -> dec

[Bug c++/71010] error: 'begin' was not declared in this scope

2016-07-03 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71010 Andrew Pinski changed: What|Removed |Added Resolution|FIXED |INVALID --- Comment #4 from Andrew Pinsk

[Bug c++/71010] error: 'begin' was not declared in this scope

2016-05-12 Thread theubik at mail dot ru
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71010 Ubikovich changed: What|Removed |Added Resolution|INVALID |FIXED --- Comment #3 from Ubikovich --- But

[Bug c++/71010] error: 'begin' was not declared in this scope

2016-05-09 Thread manu at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71010 Manuel López-Ibáñez changed: What|Removed |Added CC||manu at gcc dot gnu.org --- Commen

[Bug c++/71010] error: 'begin' was not declared in this scope

2016-05-09 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71010 Jonathan Wakely changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---