-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'throw_out_of_range' could be declared with attribute 'noreturn' #73
Comments
Thanks! |
martinmoene
added a commit
that referenced
this issue
Oct 2, 2021
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Oct 13, 2021
Fixes: Properly constrain constructor from iterators (martinmoene/span-lite#69) Add [noreturn] to throw_out_of_range() (martinmoene/span-lite#73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Oct 13, 2021
Fixes: Properly constrain constructor from iterators (martinmoene/span-lite#69) Add [noreturn] to throw_out_of_range() (martinmoene/span-lite#73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Oct 13, 2021
Fixes: Properly constrain constructor from iterators (martinmoene/span-lite#69) Add [noreturn] to throw_out_of_range() (martinmoene/span-lite#73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Oct 14, 2021
Fixes: Properly constrain constructor from iterators (martinmoene/span-lite#69) Add [noreturn] to throw_out_of_range() (martinmoene/span-lite#73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this issue
Oct 14, 2021
Fixes: Properly constrain constructor from iterators (martinmoene/span-lite#69) Add [noreturn] to throw_out_of_range() (martinmoene/span-lite#73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
halstead
pushed a commit
to openembedded/meta-openembedded
that referenced
this issue
Nov 2, 2021
Fixes: Properly constrain constructor from iterators (martinmoene/span-lite#69) Add [noreturn] to throw_out_of_range() (martinmoene/span-lite#73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit d46c811) Signed-off-by: Armin Kuster <akuster808@gmail.com>
daregit
pushed a commit
to daregit/yocto-combined
that referenced
this issue
May 22, 2024
Fixes: Properly constrain constructor from iterators (martinmoene/span-lite#69) Add [noreturn] to throw_out_of_range() (martinmoene/span-lite#73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
daregit
pushed a commit
to daregit/yocto-combined
that referenced
this issue
May 22, 2024
Fixes: Properly constrain constructor from iterators (martinmoene/span-lite#69) Add [noreturn] to throw_out_of_range() (martinmoene/span-lite#73) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Small compiler warning on this one with
-Wmissing-noreturn
:span-lite/include/nonstd/span.hpp
Line 830 in e462e6f
The text was updated successfully, but these errors were encountered: