Commit 48130a7
committed
Fix: add namespace core at file scope in core_snippets.cpp
write_string() uses core::string_view at doc_core_snippets namespace
scope, but namespace core was only declared inside fxx(). namespace net
works globally because config.hpp defines it at global scope; core
needs an equivalent declaration. Add it at file scope alongside the
existing using namespace boost::beast.1 parent d9919e7 commit 48130a7
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
0 commit comments