Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
VideoLAN
medialibrary
Commits
76350c6e
Commit
76350c6e
authored
Aug 11, 2016
by
Hugo Beauzée-Luyssen
Browse files
compat: Thread: Add missing noexcept on hardware_concurrency
parent
d66fad35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/compat/Thread.h
View file @
76350c6e
...
@@ -143,7 +143,7 @@ public:
...
@@ -143,7 +143,7 @@ public:
i
.
release
();
i
.
release
();
}
}
static
unsigned
hardware_concurrency
()
static
unsigned
hardware_concurrency
()
noexcept
{
{
#ifdef _WIN32
#ifdef _WIN32
#if WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP
#if WINAPI_FAMILY == WINAPI_FAMILY_DESKTOP
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment