ويب صور الأخبار مجموعات ترجمة إجابات Gmail المزيد »
المجموعات التي قمت بزيارتها مؤخرا | مساعدة | تسجيل الدخول
الصفحة الرئيسية لمجموعات Google
comp . std . c++
هذه المجموعة مجموعة Usenet - اعرف المزيد
بحث أو اضافة Google مجموعة عنc++.
معلومات المجموعة
اللغة:‏ الإنجليزية
فئات المجموعة:
الكمبيوتر
معلومات أكثر عن المجموعة »
المجموعات ذات الصلة
Technical discussion of the C++ language. (Moderated)
متوسطة النشاط, Usenet
The object-oriented C++ language.
عالية النشاط, Usenet
Discussion about C language standards.
قليلة النشاط, Usenet
المناقشات
عرض:  قائمة المواضيع, ملخص الموضوع موضوع/موضوعات 1‏ - 10 من 12439  أقدم »
الوصف: Discussion about C++ language, library, standards. (Moderated)
 

Library Issue #180 - what is so special about basic_string::replace 
  The insert() and erase() members of basic_string were changed from taking iterators to taking const_iterators. However, the replace members were not. Library issue #180 says: "We did not make the change in replace, because this change would affect the implementation because the string may be written into. This... المزيد »
بواسطة Bo Persson  - 20 نوفمبر - ‏ 4 جديدة من 4 رسالة/رسائل    

N3000 unclear about basic_string::assign members 
  The container requirements in clause 23.2.1 [container.requirements.genera l] states that a containers allocator can be replaced by copy assignment and move assignment, depending on iterator_traits. For basic_string we also have assign(const basic_string& str) and assign(basic_string&& str) member functions (21.4.6.3... المزيد »
بواسطة Bo Persson  - 20 نوفمبر - ‏ 2 جديدة من 2 رسالة/رسائل    

n-th element of pack expansion syntax proposal 
  As mentioned in a post of comp.std.c++: [link] there's a need for some way to get the nth element of a pack expansion; however, the above post claims: This is probably the most-requested feature for variadic templates, and it never it made it because we never found a good, unambiguous... المزيد »
بواسطة Larry  - 19 نوفمبر - ‏1 جديد من 1 رسالة    

Creation of atomic_futures 
  30.6.8/1 ([futures.atomic_future]/1) in N3000 says The class template atomic_future defines a type for asynchronous return objects. An atomic_future object can only be created by use of a promise (30.6.5) or packaged_task (30.6.10) object. However, promises and packaged_tasks, like asyncs, return std::future... المزيد »
بواسطة Scott Meyers  - 19 نوفمبر - ‏ 2 جديدة من 2 رسالة/رسائل    

Motivation for atomic_future 
  The only motivation I can find for atomic_future is this (from N2997): The need for an atomic_future arose from the fact that the move constructor and both assigments made the shared_future much more error prone to use a single instance from multiple threads. But such use is required when more... المزيد »
بواسطة Scott Meyers  - 19 نوفمبر - ‏ 2 جديدة من 2 رسالة/رسائل    

Does std::launch::sync permit speculative execution? 
  When std::async is invoked with a std::launch::sync policy, must the invocation of the async function be deferred until a wait or get? That is, given auto f = std::async(std::launch::sync() , f); ... f.get(); must execution of f be deferred until get is called, or may f be executed earlier? N2973, which is presumably a document that was used as background for the... المزيد »
بواسطة Scott Meyers  - 19 نوفمبر - ‏ 2 جديدة من 2 رسالة/رسائل    

How do allocators become unequal? 
  In C++98 the allocator requirements [lib.allocator.requirements] contains a special permission for standard containers: "All instances of a given allocator type are required to be interchangeable and always compare equal to each other." For C++0x this sentence has been removed, obviously with the intention... المزيد »
بواسطة Bo Persson  - 19 نوفمبر - ‏ 3 جديدة من 3 رسالة/رسائل    

UDL's in the C++0x library 
  Currently, the draft C++0x library has no user-defined literals. It seems wasteful to include them as a language feature but not include the ability to use them for standard types. There are only two types I really feel need UDLs - complex<T> (a suffix 'i' for imaginary values) and basic_string (a suffix 's'), and defining UDLs for them would be 7... المزيد »
بواسطة Sean Hunt  - 18 نوفمبر - ‏ 3 جديدة من 3 رسالة/رسائل    

The behavior of streambuf::seekoff 
  It seems like return type of this function is a tad cloudy in the case where the last parameter is both std::ios_base::out and std::ios_base::in . To put it simply, is the returned offset the calculated offset of the in marker or out marker?
بواسطة Sebastian Karlsson  - 18 نوفمبر - ‏1 جديد من 1 رسالة    

Are call wrappers move-enabled? 
  [func.require]/4 (20.7.2/4 in N3000) says that call wrappers (such as are returned from std::bind) must be copy constructible, but it says nothing about such wrappers being movable. Does this mean that in auto f = std::bind( /* blah, blah, blah */ ); I should expect f to be copy constructed from the object returned by bind?... المزيد »
بواسطة Scott Meyers  - 17 نوفمبر - ‏ 2 جديدة من 2 رسالة/رسائل    

1‏ - 10 الخاص بـ 12439   « أحدث | أقدم »

XML      
إنشاء مجموعة - مجموعات Google - صفحة Google الرئيسية - شروط الخدمة - سياسة الخصوصية
©2009 Google