FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · cppfellow/draft · GitHub
cppfellow
/
draft
Public
forked from
cplusplus/draft
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on May 26, 2015
[streambuf], [istream], [iostreamclass], [ostream] These are class templates not classes.
jwakely
committed
093c1ee
View commit details
Copy full SHA for 093c1ee
Browse repository at this point
[streambuf] Use injected class name for basic_streambuf.
jwakely
committed
6f009e7
View commit details
Copy full SHA for 6f009e7
Browse repository at this point
Commits on May 22, 2015
Merge pull request #507 from jwakely/lwg2458-fix
Show description for daccff6
zygoloid
committed
daccff6
View commit details
Copy full SHA for daccff6
Browse repository at this point
[support.dynamic] LWG2458 remove correct signatures
jwakely
committed
c99b924
View commit details
Copy full SHA for c99b924
Browse repository at this point
Added papers N4527 (new working draft with post-Lenexa motions) and N4528 (editor's report for same), and updated config for building drafts after N4527.
zygoloid
committed
6e4eefc
View commit details
Copy full SHA for 6e4eefc
Browse repository at this point
Update configuration for building N4527.
zygoloid
committed
507b717
View commit details
Copy full SHA for 507b717
Browse repository at this point
Merge 2015-05 LWG Motion 18
zygoloid
committed
3c9abc2
View commit details
Copy full SHA for 3c9abc2
Browse repository at this point
Merge 2015-05 LWG Motion 17
zygoloid
committed
4d35c7c
View commit details
Copy full SHA for 4d35c7c
Browse repository at this point
Merge 2015-05 LWG Motion 16
zygoloid
committed
e09c9cb
View commit details
Copy full SHA for e09c9cb
Browse repository at this point
N4508 A proposal to add shared_mutex (untimed) (Revision 4)
Show description for 9b947bd
Dawn Perchik
authored and
zygoloid
committed
9b947bd
View commit details
Copy full SHA for 9b947bd
Browse repository at this point
Merge 2015-05 LWG Motion 15
zygoloid
committed
9918af6
View commit details
Copy full SHA for 9918af6
Browse repository at this point
N4389 Wording for bool_constant, revision 1
Dawn Perchik
authored and
zygoloid
committed
2f0f6de
View commit details
Copy full SHA for 2f0f6de
Browse repository at this point
Merge 2015-05 LWG Motion 14
zygoloid
committed
0db5c95
View commit details
Copy full SHA for 0db5c95
Browse repository at this point
N4387 Improving pair and tuple, revision 3
Dawn Perchik
authored and
zygoloid
committed
c8347e3
View commit details
Copy full SHA for c8347e3
Browse repository at this point
Merge 2015-05 LWG Motion 12
zygoloid
committed
8121c70
View commit details
Copy full SHA for 8121c70
Browse repository at this point
LWG2488 Placeholders should be allowed and encouraged to be constexpr
Dawn Perchik
authored and
zygoloid
committed
ba8aeed
View commit details
Copy full SHA for ba8aeed
Browse repository at this point
LWG2464 try_emplace and insert_or_assign misspecified
Dawn Perchik
authored and
zygoloid
committed
68cc1bc
View commit details
Copy full SHA for 68cc1bc
Browse repository at this point
LWG2442 call_once() shouldn't DECAY_COPY()
Dawn Perchik
authored and
zygoloid
committed
6de6c6b
View commit details
Copy full SHA for 6de6c6b
Browse repository at this point
LWG2420 function<void(ArgTypes...)> does not discard the return value of the target object
Dawn Perchik
authored and
zygoloid
committed
a6e3839
View commit details
Copy full SHA for a6e3839
Browse repository at this point
LWG2407 packaged_task(allocator_arg_t, const Allocator&, F&&) should neither be constrained nor explicit
Dawn Perchik
authored and
zygoloid
committed
ecfe746
View commit details
Copy full SHA for ecfe746
Browse repository at this point
LWG2063 Contradictory requirements for string move assignment
Dawn Perchik
authored and
zygoloid
committed
8e40286
View commit details
Copy full SHA for 8e40286
Browse repository at this point
Merge 2015-05 LWG Motion 11
zygoloid
committed
23bbe12
View commit details
Copy full SHA for 23bbe12
Browse repository at this point
LWG2482 Table 73 mentions nonexistent functions
Dawn Perchik
authored and
zygoloid
committed
cf5b1e1
View commit details
Copy full SHA for cf5b1e1
Browse repository at this point
LWG2470 Allocator's destroy function should be allowed to fail to instantiate
Dawn Perchik
authored and
zygoloid
committed
371b347
View commit details
Copy full SHA for 371b347
Browse repository at this point
LWG2467 is_always_equal has slightly inconsistent default
Dawn Perchik
authored and
zygoloid
committed
38afa1b
View commit details
Copy full SHA for 38afa1b
Browse repository at this point
LWG2459 std::polar should require a non-negative rho
Dawn Perchik
authored and
zygoloid
committed
c4d3902
View commit details
Copy full SHA for c4d3902
Browse repository at this point
LWG2458 N3778 and new library deallocation signatures
Dawn Perchik
authored and
zygoloid
committed
97e9743
View commit details
Copy full SHA for 97e9743
Browse repository at this point
LWG2455 Allocator default construction should be allowed to throw
Dawn Perchik
authored and
zygoloid
committed
03091fe
View commit details
Copy full SHA for 03091fe
Browse repository at this point
LWG2454 Add raw_storage_iterator::base() member
Dawn Perchik
authored and
zygoloid
committed
28b12ac
View commit details
Copy full SHA for 28b12ac
Browse repository at this point
LWG2448 Non-normative Container destructor specification
Dawn Perchik
authored and
zygoloid
committed
b6684e2
View commit details
Copy full SHA for b6684e2
Browse repository at this point
LWG2437 iterator_traits<OutIt>::reference can and can't be void
Dawn Perchik
authored and
zygoloid
committed
feaa48e
View commit details
Copy full SHA for feaa48e
Browse repository at this point
LWG2415 Inconsistency between unique_ptr and shared_ptr
Dawn Perchik
authored and
zygoloid
committed
9b69fa5
View commit details
Copy full SHA for 9b69fa5
Browse repository at this point
LWG2378 Behaviour of standard exception types
Dawn Perchik
authored and
zygoloid
committed
4581edb
View commit details
Copy full SHA for 4581edb
Browse repository at this point
LWG2369 constexpr max(initializer_list) vs max_element
Dawn Perchik
authored and
zygoloid
committed
fbe7307
View commit details
Copy full SHA for fbe7307
Browse repository at this point
LWG2239 min/max/minmax requirements
Dawn Perchik
authored and
zygoloid
committed
abeccd8
View commit details
Copy full SHA for abeccd8
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL