-
This is a complex and challenging task.
The idea is to use gomacro as a playground to experiment with Go language extensions, since in many cases it's much easier to add new features to gomacro tha…
-
Using the C++17-introduced attributes to function parameters such as `[[maybe_unused]]` causes Doxygen/Exhale/Breathe/Sphinx to fail with error messages similar to:
```
Exception occurred:
File "…
-
This issue keeps popping up in different places (forum, PR's, issues) [1]. Let's centralize discussion in one place specific to this question instead of scattering the discussion.
Choosing between ty…
-
We still have some way to go before DyND is really feature-complete, but we are closing that gap reasonably quickly now. Here is a place to list the things we need to do over the next little while.
- …
izaid updated
8 years ago
-
Types are currently parsed specially. It would be simpler and more consistent if they were treated as ordinary compile-time expressions, which happen to produce types for use by the typechecker. This …
-
trying to use library with `gcc (GCC) 14.2.1 20240801 (Red Hat 14.2.1-1)`
not compiling, most errors comes from the fact that gcc does not allow non namespace template specialization:
```
jni_bind_…
swex updated
2 months ago
-
http://thrust.github.com
https://github.com/thrust/thrust/wiki/Quick-Start-Guide
@fuentesdt told me about this today.
@roystgnr, @jwpeterson, @friedmud, @pbauman - ever hear about this?
Looks like …
-
_Перенос предложения:_ голоса +0, -0
_Автор идеи:_ **Олег Фатхиев**
Предлагается добавить std::type_fn и std::value_fn для оборачивания метафункций в constexpr функторы, которые в качестве аргумен…
-
Use of `serial_size_t` should be limited inside serialization routines.
Right now `serial_size_t` type is used in many files but it should be simply replaced by plain `size_t`.
Current `serial_siz…
-
The documentation reads:
> Terra constants represent constant values used in Terra code. For instance, if you want to create a lookup table for the sin function, you might first use Lua to calculate …