This website works better with JavaScript.
Home
Explore
Help
Sign In
felix
/
ftb
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
derferrer is now static struct so it can be included
in different souce files
banana-cakes
FelixBrendel
6 years ago
parent
4bf0e5357d
commit
d2133205a7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
macros.hpp
+ 1
- 1
macros.hpp
View File
@@ -45,7 +45,7 @@ public:
}
};
struct {
static
struct {
template<typename F>
defer_finalizer<F> operator<<(F && f) {
return defer_finalizer<F>(std::forward<F>(f));
Write
Preview
Loading…
Cancel
Save