c0nstexpr
c0nstexpr
Problem: - extra warning not compatible to other projects Solution: -move warning options to test cmake project Issue: #498
https://github.com/boost-ext/ut/blob/a0311a0b1a7bcab7ad7aece602c7d3db07197bc9/CMakeLists.txt#L69 https://github.com/boost-ext/ut/blob/a0311a0b1a7bcab7ad7aece602c7d3db07197bc9/CMakeLists.txt#L70 Add extra warning compile makes other some project compilation failed, if the project treat warning as errors. The following shows the compile options: > { "directory": "...", "command":...
https://github.com/panthernet/GraphX/blob/d4e23495a56196a76c28f2f983f7cf2806cd96c5/GraphX.Controls/Controls/VertexControl.cs#L61 PositionChangeNotification in EventOptions is true by default. Assign false value to it will cause the property call the UpdatePositionTraceState method in VertexControl. Then EventOptions property is used, which is...
Currently `Result` doesn't have [any mutable method](https://github.com/martinus/nanobench/blob/master/src/include/nanobench.h#L419), which makes it hard to add custom variable or modify. For example we have a `relative(true)` benchmark result and we would like to...
https://github.com/touchlab/Kermit/blob/8e20fa506771c5078b55c0a32ef93e2889aba10e/kermit-core/src/commonMain/kotlin/co/touchlab/kermit/CommonWriter.kt#L19 At now CommonWriter's formatter is private, which make it impossible to use custom formatter when inheriting writer. See below ``` class MyWriter() : CommonWriter(MyFormatter()) { override fun log(severity: Severity,...
## Pull request type Please check the type of change your PR introduces: - [x] Bugfix - [x] Feature ## What is the current behavior? Fix NumberBox functionality. Now `ValueProperty`...
### Describe the bug The MouseOverBackground is referenced here https://github.com/lepoco/wpfui/blob/f59daa02e4c4818989d7f95dbb4bcb95b279b747/src/Wpf.Ui/Controls/TitleBar/TitleBar.xaml#L18 But I find nowhere at latter TitleBar style setting ### To Reproduce Load the gallery project and run the gallery...
### Describe the bug Increment and decrement button in NumberBox invoke [StepValue](https://github.com/lepoco/wpfui/blob/main/src/Wpf.Ui/Controls/NumberBox/NumberBox.cs#L414) function. It validates input before increment or decrement. ``` // Before adjusting the value, validate the contents of...
Currently, providing translations for multiple nested objects need to be done one by one. But there are cases the nested object can provide uniform translation. For example: ``` public class...
make MCCoroutineExceptionEvent to be a functional interface for kotlin Related to #118