Skip to content

Commit 83aefbb

Browse files
committed
- Moved ESPressio_ObservableWithBuckets.hpp #pragma once to the top of the file to prevent cascading error messages at compile-time.
1 parent c0478a6 commit 83aefbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ESPressio_ObservableWithBuckets.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#ifndef ESPRESSIO_OBSERVABLE_EXPERIMENTAL
24
#error This implementation is not yet complete. Please check back later for updates.
35
/*
@@ -20,8 +22,6 @@
2022
*/
2123
#endif
2224

23-
#pragma once
24-
2525
#include <functional>
2626
#include <typeindex>
2727
#include <unordered_map>

0 commit comments

Comments
 (0)